Ignore:
Timestamp:
06/19/06 16:14:56 (18 years ago)
Author:
smasson
Message:

new compilation options (compile_opt idl2, strictarrsubs) in each routine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/TRIANGULATION/drawsectionbottom.pro

    r67 r114  
    4646                       , OVERPLOT = overplot, _extra = ex 
    4747;--------------------------------------------------------- 
     48; 
     49  compile_opt idl2, strictarrsubs 
     50; 
    4851@cm_general 
    4952  IF NOT keyword_set(key_forgetold) THEN BEGIN 
     
    9295; appens when the bottom limit is defined between T[k] and W[k] 
    9396; points) 
    94   IF min(depthsin) GT -1 THEN BEGIN 
     97  IF min(depthsin) GT -1 OR max(total(mask, 2)) EQ nz THEN BEGIN 
    9598    zmin = min(!y.range)-deltaz 
    9699    depths = [[replicate(zmin, nx)], [depths]] 
Note: See TracChangeset for help on using the changeset viewer.