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/tracemask.pro

    r29 r114  
    4040;------------------------------------------------------------ 
    4141PRO tracemask, maskentree, xin, yin, COAST_COLOR = coast_color, COAST_THICK = coast_thick, OVERPLOT = overplot, _extra = ex 
     42; 
     43; 
     44  compile_opt idl2, strictarrsubs 
    4245; 
    4346   if keyword_set(overplot) then return 
Note: See TracChangeset for help on using the changeset viewer.