Ignore:
Timestamp:
12/13/07 17:22:35 (16 years ago)
Author:
pinsard
Message:

modification of headers : mainly blanks around = sign for keywords in declaration of function and pro

File:
1 edited

Legend:

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

    r325 r327  
    1010; Calendar 
    1111; 
    12 ; @param JULIAN {in}{required} {type=long integer or double-precision floating-point} 
     12; @param julian {in}{required} {type=long integer or double-precision floating-point} 
    1313; contains the Julian Day Number (which begins at noon) of the 
    1414; specified calendar date. 
    1515; 
    16 ; @param MONTH {out} {type=longword integer} 
     16; @param month {out} {type=longword integer} 
    1717; Number of the desired month (1 = January, ..., 12 = December). 
    1818; 
    19 ; @param DAY {out} {type=longword integer} 
     19; @param day {out} {type=longword integer} 
    2020; Number of day of the month. 
    2121; 
    22 ; @param YEAR {out} {type=longword integer} 
     22; @param year {out} {type=longword integer} 
    2323; Number of the desired year. 
    2424; 
    25 ; @param HOUR {out} {type=longword integer} 
     25; @param hour {out} {type=longword integer} 
    2626; Hour of the day 
    2727; 
    28 ; @param MINUTE {out} {type=longword integer} 
     28; @param minute {out} {type=longword integer} 
    2929; Minute of the day 
    3030; 
    31 ; @param SECOND {out} {type=double-precision floating-point} 
     31; @param second {out} {type=double-precision floating-point} 
    3232; Second (and fractions) of the day. 
    3333; 
     
    6464; 
    6565;- 
    66 PRO caldat, julian, month, day, year, hour, minute, second, NDAYSPM = ndayspm 
     66PRO caldat, julian, month, day, year, hour, minute, second, NDAYSPM=ndayspm 
    6767; 
    6868  compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.