Changeset 371 for trunk/SRC/Calendar


Ignore:
Timestamp:
08/07/08 11:32:02 (16 years ago)
Author:
pinsard
Message:

improvements of headers (alignments of IDL prompt in examples)

Location:
trunk/SRC/Calendar
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Calendar/caldat.pro

    r327 r371  
    3737; 
    3838; @uses 
    39 ; cm_4cal 
     39; <pro>cm_4cal</pro> 
    4040; 
    4141; @restrictions 
  • trunk/SRC/Calendar/date2jul.pro

    r329 r371  
    5656; @examples 
    5757; 
    58 ; IDL> jday = juldate(19930124) 
    59 ; IDL> print, date2jul(19931205) EQ julday(12,5,1993) 
     58;   IDL> jday = juldate(19930124) 
     59;   IDL> print, date2jul(19931205) EQ julday(12,5,1993) 
    6060;       1 
    61 ; IDL> print, date2jul(931205,/grads) EQ julday(12,5,1993) 
     61;   IDL> print, date2jul(931205,/grads) EQ julday(12,5,1993) 
    6262;       1 
    63 ; IDL> print, date2jul(19931205.5d) EQ julday(12,5,1993,12,0,0) 
     63;   IDL> print, date2jul(19931205.5d) EQ julday(12,5,1993,12,0,0) 
    6464;       1 
    65 ; IDL> print, date2jul(19931205.0d) EQ julday(12,5,1993,0,0,0) 
     65;   IDL> print, date2jul(19931205.0d) EQ julday(12,5,1993,0,0,0) 
    6666;       1 
    6767; 
  • trunk/SRC/Calendar/date2string.pro

    r327 r371  
    1919; @examples 
    2020; 
    21 ; IDL> print, date2string(19900123) 
     21;   IDL> print, date2string(19900123) 
    2222;    Jan 23, 1990 
    23 ; IDL> print, date2string(19900123, format = '(C(CMOA))') 
     23;   IDL> print, date2string(19900123, format = '(C(CMOA))') 
    2424;    JAN 23, 1990 
    2525; 
  • trunk/SRC/Calendar/daysinmonth.pro

    r325 r371  
    1919; 
    2020; @uses 
    21 ; cm_4cal 
    22 ; updatenew 
     21; <pro>cm_4cal</pro> 
     22; <pro>updatenew</pro> 
    2323; 
    2424; @examples 
    25 ; IDL> ndays = daysinmonth(2, 2000) 
     25; 
     26;   IDL> ndays = daysinmonth(2, 2000) 
    2627; 
    2728; @history 
  • trunk/SRC/Calendar/jul2date.pro

    r327 r371  
    5252; @examples 
    5353; 
    54 ; IDL> print, jul2date(julday(12,23,1999)) 
     54;   IDL> print, jul2date(julday(12,23,1999)) 
    5555;     19991223 
    56 ; IDL> print, jul2date(julday(12,23,1999,12,0,0)) 
     56;   IDL> print, jul2date(julday(12,23,1999,12,0,0)) 
    5757;        19991224. 
    58 ; IDL> print, jul2date(julday(12,23,1999,12,0,0)), format='(f11.2)' 
     58;   IDL> print, jul2date(julday(12,23,1999,12,0,0)), format='(f11.2)' 
    5959; 19991223.50 
    60 ; IDL> print, jul2date(julday(12,23,1999,0,0,0)), format='(f11.2)' 
     60;   IDL> print, jul2date(julday(12,23,1999,0,0,0)), format='(f11.2)' 
    6161; 19991223.00 
    6262; 
  • trunk/SRC/Calendar/julday.pro

    r327 r371  
    5151; 
    5252; @uses 
    53 ; cm_4cal 
     53; <pro>cm_4cal</pro> 
    5454; 
    5555; @restrictions 
  • trunk/SRC/Calendar/leapyr.pro

    r327 r371  
    1717; 
    1818; @uses 
    19 ; cm_4cal 
     19; <pro>cm_4cal</pro> 
    2020; 
    2121; @examples 
    22 ; IDL> result = leapyr(2000) 
     22;   IDL> result = leapyr(2000) 
    2323; 
    2424; @history 
Note: See TracChangeset for help on using the changeset viewer.