From 19c45d4aed63719befd49681a3a8b6b034256e40 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Bernard Date: Tue, 13 Jul 2021 13:08:10 +0200 Subject: [PATCH] fixed bug --- src/gdl_startup_sample | 6 +++--- src/idl_startup_sample | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/gdl_startup_sample b/src/gdl_startup_sample index 2386e93..fa1a258 100644 --- a/src/gdl_startup_sample +++ b/src/gdl_startup_sample @@ -7,12 +7,12 @@ defsysv,'!indef',-32768. ;undefined value ;===DUSTEM_WRAP release V1.3 (gitlab head version) ;This is the files to use for dustem4.3_wk -defsysv,'!dustem_soft_dir',getenv('HOME')+'/Soft_Librairies/dustem4.3_wk/' -defsysv,'!dustem_wrap_soft_dir',getenv('HOME')+'/Soft_Librairies/dustem-wrapper_idl/' +defsysv,'!dustem_soft_dir',getenv('HOME')+'/Soft_Libraries/dustem4.3_wk/' +defsysv,'!dustem_wrap_soft_dir',getenv('HOME')+'/Soft_Libraries/dustem-wrapper_idl/' defsysv,'!dustem_which','WEB3p8' defsysv,'!dustem_dat','/tmp/Dustem/' ;This must be the same as data_path in file DM_constants.f90 defsysv,'!dustem_res','/tmp/Dustem/' ;This must be the same as data_path in file DM_constants.f90 -defsysv,'!dustem_f90_exec',getenv('HOME')+'/Soft_Librairies/dustem4.3_wk/src/dustem' +defsysv,'!dustem_f90_exec',getenv('HOME')+'/Soft_Libraries/dustem4.3_wk/src/dustem' !path=!path+!psep+expand_path('+'+!dustem_wrap_soft_dir+'/src/idl') ;add idl wrapper software to the idl path !path=!path+!psep+expand_path('+'+!dustem_wrap_soft_dir+'/src/idl_misc') ;for librairies dependences !path=!path+!psep+expand_path('+'+!dustem_wrap_soft_dir+'/src/workshop') ;For the ISM workshop only diff --git a/src/idl_startup_sample b/src/idl_startup_sample index 822a416..6121b69 100644 --- a/src/idl_startup_sample +++ b/src/idl_startup_sample @@ -5,12 +5,12 @@ defsysv,'!indef',-32768. ;undefined value ;===DUSTEM_WRAP release V1.3 (gitlab head version) ;This is the files to use for dustem4.3_wk -defsysv,'!dustem_soft_dir',getenv('HOME')+'/Soft_Librairies/dustem4.3_wk/' -defsysv,'!dustem_wrap_soft_dir',getenv('HOME')+'/Soft_Librairies/dustem-wrapper_idl/' +defsysv,'!dustem_soft_dir',getenv('HOME')+'/Soft_Libraries/dustem4.3_wk/' +defsysv,'!dustem_wrap_soft_dir',getenv('HOME')+'/Soft_Libraries/dustem-wrapper_idl/' defsysv,'!dustem_which','WEB3p8' defsysv,'!dustem_dat','/tmp/Dustem/' ;This must be the same as data_path in file DM_constants.f90 defsysv,'!dustem_res','/tmp/Dustem/' ;This must be the same as data_path in file DM_constants.f90 -defsysv,'!dustem_f90_exec',getenv('HOME')+'/Soft_Librairies/dustem4.3_wk/src/dustem' +defsysv,'!dustem_f90_exec',getenv('HOME')+'/Soft_Libraries/dustem4.3_wk/src/dustem' !path=!path+!psep+expand_path('+'+!dustem_wrap_soft_dir+'/src/idl') ;add idl wrapper software to the idl path !path=!path+!psep+expand_path('+'+!dustem_wrap_soft_dir+'/src/idl_misc') ;for librairies dependences !path=!path+!psep+expand_path('+'+!dustem_wrap_soft_dir+'/src/workshop') ;For the ISM workshop only -- libgit2 0.21.2