Commit f93c1fe341c91aedd6ee33703866e144dab96053
1 parent
54741039
Exists in
master
stopped help dump to screen
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/idl/dustem_run_example.pro
... | ... | @@ -83,7 +83,7 @@ ENDIF ELSE BEGIN |
83 | 83 | use_show=['all'] ;Default is to show everything |
84 | 84 | ENDELSE |
85 | 85 | |
86 | -exists=dustem_test_model_exists(model) | |
86 | +exists=dustem_test_model_exists(model,/silent) | |
87 | 87 | if exists ne 1 then $ |
88 | 88 | message,'Unknown dust model' |
89 | 89 | polct=dustem_test_model_exists(model,/pol,/silent) | ... | ... |