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/Calendar/date2jul.pro

    r97 r114  
    3232function date2jul, date, GRADS = grads 
    3333;------------------------------------------------------------ 
     34; 
     35  compile_opt idl2, strictarrsubs 
     36; 
    3437   year = long(date) / 10000 
    3538   month = long(abs(date)/100) MOD 100 
Note: See TracChangeset for help on using the changeset viewer.