Commit 259e95e643c6e763ad0412538167fa91fe16b654
1 parent
2d519de1
Exists in
master
removed a stop
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/idl/dustem_activate_plugins.pro
... | ... | @@ -101,7 +101,6 @@ FOR i=0L,n_elements(param_descs)-1 DO BEGIN |
101 | 101 | ;==============Assigning data to the plugin data structure============== |
102 | 102 | |
103 | 103 | ;Dry run of the plugins to obtain their scopes and run them accordingly (an advanced user might want to add their own lines here) |
104 | - stop | |
105 | 104 | str='toto='+ftn+'(scope=scope)' & str=str(0) |
106 | 105 | toto=execute(str) |
107 | 106 | ((*!dustem_plugin).(k).scope)=ptr_new(scope) | ... | ... |