Blame view

src/idl/dustem_define_la_common.pro 352 Bytes
42e5460f   Jean-Philippe Bernard   First commit
1
2
3
4
5
6
7
8
9
PRO dustem_define_la_common

;=== This is to be able to use the la_* routines (from ISO times)
COMMON SESSION_BLOCK, SESSION_MODE, ERROR_CURRENT, STATUS_BOOL
ERROR_CURRENT=0                                               
SESSION_MODE=0                                                
STATUS_BOOL=0                                                 

END