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/LECTURE/ncdf_lec.pro

    r44 r114  
    4242;------------------------------------------------------------ 
    4343function ncdf_lec,nom,ATT=att,DIM=dim,VAR=var, IODIR = iodir, _extra = ex 
     44; 
     45  compile_opt idl2, strictarrsubs 
     46; 
    4447   res = -1 
    4548;------------------------------------------------------------ 
     
    124127          then begin 
    125128            print,'variable numero: ',strtrim(varid,1),', nom:',varcontent.name $ 
    126              ,', type:' ,varcontent.datatype,', dimensions:',nomdim(varcontent.dim) 
     129             ,', type:' ,varcontent.datatype,', dimensions:',nomdim[varcontent.dim] 
    127130            if strlowcase(att) eq strlowcase(varcontent.name) then begin 
    128131               for attiq=0,varcontent.natts-1 do begin 
Note: See TracChangeset for help on using the changeset viewer.