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

    r25 r114  
    9595                  , _extra = ex 
    9696;--------------------------------------------------------- 
     97; 
     98  compile_opt idl2, strictarrsubs 
     99; 
    97100@cm_4mesh 
    98101@cm_4data 
     
    575578  terre = where(divi EQ 0) 
    576579  IF terre[0] NE -1 THEN BEGIN 
    577     res(terre) = 1e+20 
     580    res[terre] = 1e+20 
    578581  ENDIF   
    579582;------------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.