Commit 4394ef3a60781c8327835a7a64357991823df0f2
1 parent
9ebef1db
Exists in
master
deprecated
Showing
1 changed file
with
6 additions
and
1 deletions
Show diff stats
src/idl/dustem_run_readme.pro
... | ... | @@ -51,12 +51,16 @@ IF keyword_set(help) THEN BEGIN |
51 | 51 | goto,the_end |
52 | 52 | ENDIF |
53 | 53 | |
54 | +message,'Deprecated. Use dustem_run_example.pro',/continue | |
55 | +stop | |
56 | + | |
54 | 57 | loadct,13 |
55 | 58 | |
56 | 59 | IF keyword_set(model) THEN BEGIN |
57 | 60 | use_model=strupcase(model) |
58 | 61 | ENDIF ELSE BEGIN |
59 | - use_model='COMPIEGNE_ETAL2010' ;Default is last dustem model | |
62 | + ;use_model='COMPIEGNE_ETAL2010' ;Default is last dustem model | |
63 | + use_model='MC10' | |
60 | 64 | ENDELSE |
61 | 65 | |
62 | 66 | ;== This just initializes |
... | ... | @@ -82,6 +86,7 @@ IF not keyword_set(dir) THEN BEGIN |
82 | 86 | 'VERSTRAETE': dir='LV_DAT/' |
83 | 87 | ;'WEB3p8': dir_in='dustem3.8_web/' ; this is the original |
84 | 88 | 'WEB3p8': dir_in=!dustem_soft_dir ; I changed this |
89 | + 'RELEASE': dir_in=!dustem_soft_dir ; I changed this | |
85 | 90 | ELSE: dir='les_DAT/' |
86 | 91 | ENDCASE |
87 | 92 | ENDIF | ... | ... |