Commit 75c2fa4b1d39168051e02f2b794168cc93b2618b

Authored by Jean-Philippe Bernard
1 parent 0873e733
Exists in master

fixed

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
src/idl/dustem_set_up_fortran.pro
... ... @@ -20,8 +20,8 @@ IF keyword_set(random_name) THEN BEGIN
20 20 dustem_user='dustem_user'+user_number
21 21 ENDIF
22 22  
23   -dustem_dat='/tmp/'+dustem_user
24   -dustem_res='/tmp/'+dustem_user
  23 +dustem_dat='/tmp/'+dustem_user+'/'
  24 +dustem_res='/tmp/'+dustem_user+'/'
25 25  
26 26 ;1/
27 27 ;read DM_constants.f90
... ... @@ -122,8 +122,8 @@ spawn,str
122 122 dustem_f90_name=!DUSTEM_SOFT_DIR+'/src/'+dustem_user
123 123  
124 124 defsysv,'!dustem_f90_exec',dustem_f90_name
125   -defsysv,'!DUSTEM_DAT',dustem_dat+'/'
126   -defsysv,'!DUSTEM_RES',dustem_res+'/'
  125 +defsysv,'!DUSTEM_DAT',dustem_dat
  126 +defsysv,'!DUSTEM_RES',dustem_res
127 127  
128 128 ;stop
129 129  
... ...