Changeset 138 for trunk/SRC/Calendar


Ignore:
Timestamp:
07/12/06 11:52:09 (18 years ago)
Author:
smasson
Message:

update documentation and .idlwave_catalog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Calendar/.idlwave_catalog

    r119 r138  
    66(setq idlwave-library-catalog-libname "saxo") 
    77(setq idlwave-library-catalog-routines 
    8  '(("date2jul" fun nil (lib "date2jul.pro" nil "saxo") "Result = %s(date)" (nil ("GRADS"))) 
     8 '(("CALDAT" pro nil (lib "caldat.pro" nil "saxo") "%s, julian, month, day, year, hour, minute, second" (nil ("NDAYSPM"))) 
     9   ("date2jul" fun nil (lib "date2jul.pro" nil "saxo") "Result = %s(date)" (nil ("GRADS"))) 
    910   ("date2string" fun nil (lib "date2string.pro" nil "saxo") "Result = %s(yyyymmdd)" (nil ("_EXTRA"))) 
    1011   ("daysinmonth" fun nil (lib "daysinmonth.pro" nil "saxo") "Result = %s(month, year)" (nil)) 
    1112   ("jul2date" fun nil (lib "jul2date.pro" nil "saxo") "Result = %s(jday)" (nil)) 
     13   ("JULDAY" fun nil (lib "julday.pro" nil "saxo") "Result = %s(MONTH, DAY, YEARin, Hour, Minute, Second)" (nil ("NDAYSPM"))) 
    1214   ("leapyr" fun nil (lib "leapyr.pro" nil "saxo") "Result = %s(year)" (nil)) 
    13    ("monthname" fun nil (lib "monthname.pro" nil "saxo") "Result = %s(mm1)" (nil ("_EXTRA"))))) 
     15   ("monthname" fun nil (lib "monthname.pro" nil "saxo") "Result = %s(month)" (nil ("_EXTRA"))))) 
Note: See TracChangeset for help on using the changeset viewer.