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

    r97 r114  
    3030FUNCTION date2string, yyyymmdd, _EXTRA = ex 
    3131; 
     32; 
     33  compile_opt idl2, strictarrsubs 
     34; 
    3235   sday = strtrim(long(yyyymmdd) MOD 100, 1) 
    3336   smonth = strtrim((long(yyyymmdd)/100) MOD 100, 2) 
Note: See TracChangeset for help on using the changeset viewer.