Commit 42e5460f46233ef78a9e70bad918ce803adbc1f9

Authored by Jean-Philippe Bernard
1 parent 4750086c
Exists in master

First commit

Showing 1 changed file with 9 additions and 0 deletions   Show diff stats
src/idl/dustem_define_la_common.pro 0 → 100644
... ... @@ -0,0 +1,9 @@
  1 +PRO dustem_define_la_common
  2 +
  3 +;=== This is to be able to use the la_* routines (from ISO times)
  4 +COMMON SESSION_BLOCK, SESSION_MODE, ERROR_CURRENT, STATUS_BOOL
  5 +ERROR_CURRENT=0
  6 +SESSION_MODE=0
  7 +STATUS_BOOL=0
  8 +
  9 +END
... ...