Commit 587c5a712fed6635e5098f38a03a32d0784125fc
1 parent
5f338ddb
Exists in
master
removing stop in run_plugins procedure
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/idl/dustem_run_plugins.pro
@@ -222,7 +222,6 @@ FOR i=0L,n_elements(param_descs)-1 DO BEGIN | @@ -222,7 +222,6 @@ FOR i=0L,n_elements(param_descs)-1 DO BEGIN | ||
222 | ; | 222 | ; |
223 | ; | 223 | ; |
224 | ; ENDFOR | 224 | ; ENDFOR |
225 | - stop | ||
226 | IF idd GE 1 THEN BEGIN | 225 | IF idd GE 1 THEN BEGIN |
227 | 226 | ||
228 | str='((*!dustem_plugin).('+strtrim(k,2)+').spec)=ptr_new('+ftn+'(key=index,val=value)'+')' & str=str(0) | 227 | str='((*!dustem_plugin).('+strtrim(k,2)+').spec)=ptr_new('+ftn+'(key=index,val=value)'+')' & str=str(0) |