From 597abd7d1a3f8da404326c5e3b50512c9b277fd9 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Bernard Date: Thu, 15 Jul 2021 10:23:44 +0200 Subject: [PATCH] made to say IDL or GDL respectively --- src/gdl_startup_sample | 3 ++- src/idl_startup_sample | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/gdl_startup_sample b/src/gdl_startup_sample index 1d72180..4ea3fc1 100644 --- a/src/gdl_startup_sample +++ b/src/gdl_startup_sample @@ -1,4 +1,5 @@ -message,'This is a minimal IDL/GDL startup meant to be used for the Dustem-Wrapper in the context of the ISM Workshop',/info +message,'This is a minimal GDL startup meant to be used for the Dustem-Wrapper in the context of the ISM Workshop',/info +;please make sure that your GDL_STARTUP system variable is set to this file defsysv,'!psep',':' ;idl path separator for a Mac/unix. To be changed for PCs defsysv,'!indef',-32768. ;undefined value diff --git a/src/idl_startup_sample b/src/idl_startup_sample index 6121b69..010dae3 100644 --- a/src/idl_startup_sample +++ b/src/idl_startup_sample @@ -1,4 +1,4 @@ -message,'This is a minimal IDL/GDL startup meant to be used for the Dustem-Wrapper in the context of the ISM Workshop',/info +message,'This is a minimal IDL startup meant to be used for the Dustem-Wrapper in the context of the ISM Workshop',/info defsysv,'!psep',':' ;idl path separator for a Mac/unix. To be changed for PCs defsysv,'!indef',-32768. ;undefined value -- libgit2 0.21.2