Commit cd4e0e097d3106fdbf0d65000e8266150c81a4e9
1 parent
317f3fd3
Exists in
master
removed stop
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
src/idl/dustem_set_plot_range.pro
... | ... | @@ -78,7 +78,7 @@ IF keyword_set(_extra) THEN BEGIN |
78 | 78 | STRUPCASE(strmid(tgnms_extra,8,/reverse_offset)) NE '_EMISSION'),ctestyr) ;(strsplit(tgnms_extra,'_')) NE [0],ctestyr) |
79 | 79 | |
80 | 80 | |
81 | - if ctestyr ne 0 then message, 'You have provided one Y-range when multiple ones have to be provided.', /continue | |
81 | + if ctestyr ne 0 then message, 'You have provided one Y-range when multiple ones may be provided.', /continue | |
82 | 82 | |
83 | 83 | idyr_polsed = where(strmid(strupcase(tgnms_extra),0,1) EQ 'Y' and $ |
84 | 84 | STRUPCASE(strmid(tgnms_extra,5,/reverse_offset)) EQ 'POLSED',ctyr_polsed) |
... | ... | @@ -148,7 +148,7 @@ IF keyword_set(_extra) THEN BEGIN |
148 | 148 | |
149 | 149 | |
150 | 150 | if ctestit ne 0 then !dustem_plot_range.(12) = _extra.(idtit) |
151 | - stop | |
151 | +; stop | |
152 | 152 | |
153 | 153 | ENDIF ELSE BEGIN ;ONE DATA SET : SED - - - - |
154 | 154 | |
... | ... | @@ -219,7 +219,7 @@ IF keyword_set(_extra) THEN BEGIN |
219 | 219 | STRUPCASE(strmid(tgnms_extra,10,/reverse_offset)) NE '_EXTINCTION'),ctestyr) ; |
220 | 220 | |
221 | 221 | |
222 | - if ctestyr ne 0 then message, 'You have provided one Y-range when multiple Y-ranges have to be provided.',/continue | |
222 | + if ctestyr ne 0 then message, 'You have provided one Y-range when multiple Y-ranges may be provided.',/continue | |
223 | 223 | |
224 | 224 | |
225 | 225 | idyr_polext = where(strmid(strupcase(tgnms_extra),0,1) EQ 'Y' and $ |
... | ... | @@ -360,7 +360,7 @@ IF keyword_set(_extra) THEN BEGIN |
360 | 360 | |
361 | 361 | idxr = where(tstxr,ctestxr) |
362 | 362 | |
363 | - if ctestxr ne 0 then message, 'You have provided one X-range when multiple ones are needed',/continue | |
363 | + if ctestxr ne 0 then message, 'You have provided one X-range when multiple ones may be needed',/continue | |
364 | 364 | |
365 | 365 | t_m = (strmid(strupcase(tgnms_extra),0,1) EQ 'X' and $ |
366 | 366 | STRUPCASE(strmid(tgnms_extra,1,/reverse_offset)) EQ '_M') or $ | ... | ... |