Commit 597abd7d1a3f8da404326c5e3b50512c9b277fd9
1 parent
9707968f
Exists in
master
made to say IDL or GDL respectively
Showing
2 changed files
with
3 additions
and
2 deletions
Show diff stats
src/gdl_startup_sample
1 | -message,'This is a minimal IDL/GDL startup meant to be used for the Dustem-Wrapper in the context of the ISM Workshop',/info | 1 | +message,'This is a minimal GDL startup meant to be used for the Dustem-Wrapper in the context of the ISM Workshop',/info |
2 | +;please make sure that your GDL_STARTUP system variable is set to this file | ||
2 | 3 | ||
3 | defsysv,'!psep',':' ;idl path separator for a Mac/unix. To be changed for PCs | 4 | defsysv,'!psep',':' ;idl path separator for a Mac/unix. To be changed for PCs |
4 | defsysv,'!indef',-32768. ;undefined value | 5 | defsysv,'!indef',-32768. ;undefined value |
src/idl_startup_sample
1 | -message,'This is a minimal IDL/GDL startup meant to be used for the Dustem-Wrapper in the context of the ISM Workshop',/info | 1 | +message,'This is a minimal IDL startup meant to be used for the Dustem-Wrapper in the context of the ISM Workshop',/info |
2 | 2 | ||
3 | defsysv,'!psep',':' ;idl path separator for a Mac/unix. To be changed for PCs | 3 | defsysv,'!psep',':' ;idl path separator for a Mac/unix. To be changed for PCs |
4 | defsysv,'!indef',-32768. ;undefined value | 4 | defsysv,'!indef',-32768. ;undefined value |