Commit 077af04ec1de1abdb2eee5278904fb1a019aeabb

Authored by Jean-Philippe Bernard
1 parent 788b55b9
Exists in master

modified to be compatible with latest fortran code at IAS

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
src/idl/dustem_compute_sed.pro
... ... @@ -42,6 +42,8 @@ IF keyword_set(help) THEN BEGIN
42 42 goto,the_end
43 43 ENDIF
44 44  
  45 +;stop
  46 +
45 47 IF not keyword_set(st) THEN BEGIN
46 48 ;st=dustem_run(p_dim)
47 49 IF !dustem_idl_continuum THEN cont=dustem_create_continuum()
... ...