Commit 6dc6aa41dbf2a66a98b3e32d2a8585c5ec0bbafd

Authored by Annie Hughes
1 parent 4b606c3e
Exists in master

stop removal

Showing 1 changed file with 2 additions and 4 deletions   Show diff stats
src/idl/dustem_run_plugins.pro
... ... @@ -272,10 +272,8 @@ ENDFOR
272 272  
273 273 the_end:
274 274 if keyword_set(dustem_run) then begin ;and idd gt 0. : remved this so that dustem is always run when the keyword is mentioned.
275   -
276   - st = dustem_run(p_dim)
277   - !dustem_current = ptr_new(st)
278   -
  275 + st = dustem_run(p_dim)
  276 + !dustem_current = ptr_new(st)
279 277 endif
280 278  
281 279  
... ...