GITLAB
OV-GSO-DC
/
dustem-wrapper_idl
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
42e5460f46233ef78a9e70bad918ce803adbc1f9
Authored by
Jean-Philippe Bernard
2022-02-15 14:23:40 +0100
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
Inline
Side-by-side
src/idl/dustem_define_la_common.pro
0 → 100644
Wrap text
Diff comments
View file @
42e5460
...
...
@@ -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
...
...