Commit 7817238cb3ac2676cd38a4b9e1b197ffcd352e32
1 parent
478a4d49
Exists in
master
removed forgotten stops
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
src/idl/dustem_plot_dataset.pro
... | ... | @@ -1005,7 +1005,7 @@ if keyword_set(dataset) then begin ;This shouldn't be a keyword. Should be chang |
1005 | 1005 | ;SETTING THE PLOT RANGE |
1006 | 1006 | xr = !dustem_plot_range.fpolext.xr |
1007 | 1007 | yr = !dustem_plot_range.fpolext.yr |
1008 | - stop | |
1008 | + | |
1009 | 1009 | |
1010 | 1010 | idx_filt=where((*(*!dustem_data).fpolext).filt_names NE 'SPECTRUM',ct_filt) |
1011 | 1011 | idx_spec=where((*(*!dustem_data).fpolext).filt_names EQ 'SPECTRUM',ct_spec) | ... | ... |
src/idl/dustem_set_plot_range.pro
... | ... | @@ -224,7 +224,7 @@ IF keyword_set(_extra) THEN BEGIN |
224 | 224 | |
225 | 225 | idyr_polext = where(strmid(strupcase(tgnms_extra),0,1) EQ 'Y' and $ |
226 | 226 | STRUPCASE(strmid(tgnms_extra,6,/reverse_offset)) EQ '_POLEXT',ctyr_polext) |
227 | - stop | |
227 | + | |
228 | 228 | idyr_psi_ext = where(strmid(strupcase(tgnms_extra),0,1) EQ 'Y' and $ |
229 | 229 | STRUPCASE(strmid(tgnms_extra,6,/reverse_offset)) EQ 'PSI_EXT',ctyr_psi_ext) |
230 | 230 | ... | ... |