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/Obsolete/lec.pro

    r97 r114  
    8181;-------------------------------------------------------------- 
    8282function lec, nomchamp,date,nomexp,ECRIT=ecrit,ANOM=anom, BOITE = boite,EXPANOM=expanom, TOUT = tout, GRID = grid, NAME = name, filename = FILENAME 
     83; 
     84  compile_opt idl2, strictarrsubs, obsolete 
     85; 
    8386@common 
    8487   tempsun = systime(1)         ; pour key_performance 
     
    329332   ENDIF ELSE BEGIN  
    330333      terre = where(mask[*,*,0] EQ 0) 
    331       if terre[0] NE -1 then z(where(mask EQ 0)) = valmask 
     334      if terre[0] NE -1 then z[where(mask EQ 0)] = valmask 
    332335   ENDELSE  
    333336;--------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.