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/ReadWrite/ncdf_timeget.pro

    r106 r114  
    3434;------------------------------------------------------------ 
    3535FUNCTION ncdf_timeget, cdfid, timeid, YYYYMMDD = yyyymmdd, _extra = ex 
     36; 
     37  compile_opt idl2, strictarrsubs 
     38; 
    3639 
    3740   insidetime=ncdf_varinq(cdfid,timeid) 
Note: See TracChangeset for help on using the changeset viewer.