Ignore:
Timestamp:
12/03/07 15:21:21 (17 years ago)
Author:
smasson
Message:

header cleaning

File:
1 edited

Legend:

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

    r292 r318  
    33; @file_comments 
    44; Return the calendar date and time given julian date. 
    5 ; This is the inverse of the function 
    6 ; <pro>julday</pro>. 
     5; This is the inverse of the function <pro>julday</pro>. 
    76; 3 calendars are available according to the value of key_caltype 
    87; (variable of the common file cm_4cal): 'greg', '360d', 'noleap' 
     
    1110; Calendar 
    1211; 
    13 ; @param JULIAN {in}{required} {type=long integer} 
     12; @param JULIAN {in}{required} {type=long integer or double-precision floating-point} 
    1413; contains the Julian Day Number (which begins at noon) of the 
    1514; specified calendar date. 
    1615; 
    17 ; @param MONTH {out} {type=integer} 
     16; @param MONTH {out} {type=longword integer} 
    1817; Number of the desired month (1 = January, ..., 12 = December). 
    1918; 
    20 ; @param DAY {out} {type=integer} 
     19; @param DAY {out} {type=longword integer} 
    2120; Number of day of the month. 
    2221; 
    23 ; @param YEAR {out} {type=integer} 
     22; @param YEAR {out} {type=longword integer} 
    2423; Number of the desired year. 
    2524; 
    26 ; @param HOUR {out} {type=integer} 
     25; @param HOUR {out} {type=longword integer} 
    2726; Hour of the day 
    2827; 
    29 ; @param MINUTE {out} {type=integer} 
     28; @param MINUTE {out} {type=longword integer} 
    3029; Minute of the day 
    3130; 
    32 ; @param SECOND {out} {type=float} 
     31; @param SECOND {out} {type=double-precision floating-point} 
    3332; Second (and fractions) of the day. 
    3433; 
Note: See TracChangeset for help on using the changeset viewer.