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/WIDGET/xx.pro

    r52 r114  
    11 
    22PRO xx,  JOUR = jour, MESHFILENAME = meshfilename,  LISTVAR = listvar, LISTGRID = listgrid, FUNCLEC_NAME = funclec_name, CALENDAR = calendar, _extra = ex 
     3; 
     4; 
     5  compile_opt idl2, strictarrsubs 
    36; 
    47@common 
     
    2023   ENDIF 
    2124; calendrier a utiliser (en jours juliens d''IDL    
    22    if NOT keyword_set(calendar) then BEGIN  
    23       if keyword_set(jour) then calendar = calendriertotem(/julian_day) ELSE calendar = calendriertotem(/julian_day, /mensuel) 
    24    ENDIF 
     25;++++    if NOT keyword_set(calendar) then BEGIN  
     26;++++       if keyword_set(jour) then calendar = calendriertotem(/julian_day) ELSE calendar = calendriertotem(/julian_day, /mensuel) 
     27;++++    ENDIF 
    2528; nom du fichier se rapportant au masque 
    2629   if NOT keyword_set(meshfilename) then meshfilename = '/usr1/com/smasson/IDL/INIT/inittotem.pro' 
    27    meshparameters = whichgrid(meshfilename) 
     30;++++   meshparameters = whichgrid(meshfilename) 
    2831; parameteres specifiant comment doit etre lu le champ 
    2932   readparameters= {funclec_name: funclec_name $ 
Note: See TracChangeset for help on using the changeset viewer.