Changeset 268 for trunk/SRC/Calendar


Ignore:
Timestamp:
08/24/07 16:07:01 (17 years ago)
Author:
pinsard
Message:

typo and links in header in some pro files

File:
1 edited

Legend:

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

    r262 r268  
    2525; 1 C.E. (1). 
    2626; Change: However for climatological year, we do accept the year 
    27 ; O but we change it for year 654321L (the same trick is done in 
    28 ; caldat so caldat, julday(1,1,0) gives you back Jan 1st of year 0) 
     27; 0 but we change it for year 654321L (the same trick is done in 
     28; <pro>caldat</pro> so caldat, julday(1,1,0) gives you back Jan 1st of year 0) 
    2929; 
    3030; @param HOUR {in}{optional} {type=scalar (integer or double) or array of scalars} {default=12} 
     
    8383;- 
    8484; 
    85 function julday, month, day, yearin, hour, minute, second, NDAYSPM = ndayspm 
     85FUNCTION julday, month, day, yearin, hour, minute, second, NDAYSPM = ndayspm 
     86; 
     87  compile_opt idl2, strictarrsubs 
    8688; 
    8789@cm_4cal 
    88  
    89   compile_opt idl2, strictarrsubs 
    90  
     90; 
    9191  ON_ERROR, 2                   ; Return to caller if errors 
    9292 
Note: See TracChangeset for help on using the changeset viewer.