Commit 26324ef0c43c445357bb35867e817edf8bd8061e
1 parent
fbf20329
Exists in
master
removed stray stop
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/idl/dustem_mpfit_run.pro
... | ... | @@ -107,7 +107,7 @@ FOR i_tag=0,count_data_tag-1 DO BEGIN |
107 | 107 | |
108 | 108 | CASE tagnames(ind_data_tag(i_tag)) OF |
109 | 109 | |
110 | - 'SED' : BEGIN | |
110 | + 'SED' : BEGIN | |
111 | 111 | dustem_sed = dustem_compute_sed(p_dim,st=st,SED_spec=SED_spec) |
112 | 112 | ;help,*(*!dustem_fit).CURRENT_PARAM_VALUES |
113 | 113 | ;stop | ... | ... |