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

    r29 r114  
    11PRO drawcoast_c, mask, xf, yf, nx, ny, COAST_COLOR = coast_color, COAST_THICK = coast_thick, YSEUIL = yseuil, XSEUIL = xseuil, _extra = ex 
    22;--------------------------------------------------------- 
     3; 
     4  compile_opt idl2, strictarrsubs 
     5; 
    36@cm_4mesh 
    47  IF NOT keyword_set(key_forgetold) THEN BEGIN 
Note: See TracChangeset for help on using the changeset viewer.