Commit 04aa7dcda23706468cacd79a03c657d6da3a6f91

Authored by Wilma Kiviaho
1 parent f93c1fe3
Exists in master

stopped dump to screen

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/idl/dustem_test_model_exists.pro
... ... @@ -55,7 +55,7 @@ function dustem_test_model_exists,model $
55 55  
56 56 exists=0
57 57  
58   - IF keyword_set(help) or not keyword_set(model) THEN BEGIN
  58 + IF keyword_set(help) THEN BEGIN
59 59 doc_library,'dustem_test_model_exists'
60 60 goto,the_end
61 61 END
... ...