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/CALCULS/depth2level.pro

    r25 r114  
    5050FUNCTION depth2level, tab, LOWER = lower, UPPER = upper, CLOSER = closer $ 
    5151                      , NOMASK = nomask, _extra = ex 
     52; 
     53  compile_opt idl2, strictarrsubs 
     54; 
    5255   tempsun = systime(1)         ; pour key_performance 
    5356@common 
Note: See TracChangeset for help on using the changeset viewer.