Commit 19c45d4aed63719befd49681a3a8b6b034256e40
1 parent
b7df125e
Exists in
master
fixed bug
Showing
2 changed files
with
6 additions
and
6 deletions
Show diff stats
src/gdl_startup_sample
... | ... | @@ -7,12 +7,12 @@ defsysv,'!indef',-32768. ;undefined value |
7 | 7 | |
8 | 8 | ;===DUSTEM_WRAP release V1.3 (gitlab head version) |
9 | 9 | ;This is the files to use for dustem4.3_wk |
10 | -defsysv,'!dustem_soft_dir',getenv('HOME')+'/Soft_Librairies/dustem4.3_wk/' | |
11 | -defsysv,'!dustem_wrap_soft_dir',getenv('HOME')+'/Soft_Librairies/dustem-wrapper_idl/' | |
10 | +defsysv,'!dustem_soft_dir',getenv('HOME')+'/Soft_Libraries/dustem4.3_wk/' | |
11 | +defsysv,'!dustem_wrap_soft_dir',getenv('HOME')+'/Soft_Libraries/dustem-wrapper_idl/' | |
12 | 12 | defsysv,'!dustem_which','WEB3p8' |
13 | 13 | defsysv,'!dustem_dat','/tmp/Dustem/' ;This must be the same as data_path in file DM_constants.f90 |
14 | 14 | defsysv,'!dustem_res','/tmp/Dustem/' ;This must be the same as data_path in file DM_constants.f90 |
15 | -defsysv,'!dustem_f90_exec',getenv('HOME')+'/Soft_Librairies/dustem4.3_wk/src/dustem' | |
15 | +defsysv,'!dustem_f90_exec',getenv('HOME')+'/Soft_Libraries/dustem4.3_wk/src/dustem' | |
16 | 16 | !path=!path+!psep+expand_path('+'+!dustem_wrap_soft_dir+'/src/idl') ;add idl wrapper software to the idl path |
17 | 17 | !path=!path+!psep+expand_path('+'+!dustem_wrap_soft_dir+'/src/idl_misc') ;for librairies dependences |
18 | 18 | !path=!path+!psep+expand_path('+'+!dustem_wrap_soft_dir+'/src/workshop') ;For the ISM workshop only | ... | ... |
src/idl_startup_sample
... | ... | @@ -5,12 +5,12 @@ defsysv,'!indef',-32768. ;undefined value |
5 | 5 | |
6 | 6 | ;===DUSTEM_WRAP release V1.3 (gitlab head version) |
7 | 7 | ;This is the files to use for dustem4.3_wk |
8 | -defsysv,'!dustem_soft_dir',getenv('HOME')+'/Soft_Librairies/dustem4.3_wk/' | |
9 | -defsysv,'!dustem_wrap_soft_dir',getenv('HOME')+'/Soft_Librairies/dustem-wrapper_idl/' | |
8 | +defsysv,'!dustem_soft_dir',getenv('HOME')+'/Soft_Libraries/dustem4.3_wk/' | |
9 | +defsysv,'!dustem_wrap_soft_dir',getenv('HOME')+'/Soft_Libraries/dustem-wrapper_idl/' | |
10 | 10 | defsysv,'!dustem_which','WEB3p8' |
11 | 11 | defsysv,'!dustem_dat','/tmp/Dustem/' ;This must be the same as data_path in file DM_constants.f90 |
12 | 12 | defsysv,'!dustem_res','/tmp/Dustem/' ;This must be the same as data_path in file DM_constants.f90 |
13 | -defsysv,'!dustem_f90_exec',getenv('HOME')+'/Soft_Librairies/dustem4.3_wk/src/dustem' | |
13 | +defsysv,'!dustem_f90_exec',getenv('HOME')+'/Soft_Libraries/dustem4.3_wk/src/dustem' | |
14 | 14 | !path=!path+!psep+expand_path('+'+!dustem_wrap_soft_dir+'/src/idl') ;add idl wrapper software to the idl path |
15 | 15 | !path=!path+!psep+expand_path('+'+!dustem_wrap_soft_dir+'/src/idl_misc') ;for librairies dependences |
16 | 16 | !path=!path+!psep+expand_path('+'+!dustem_wrap_soft_dir+'/src/workshop') ;For the ISM workshop only | ... | ... |