Ignore:
Timestamp:
12/03/07 16:41:25 (17 years ago)
Author:
smasson
Message:

update documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/Calendar/caldat.html

    r290 r321  
    8989      <div id="file_comments"> 
    9090 Return the calendar date and time given julian date. 
    91  This is the inverse of the function 
    92  <a href="..//Calendar/julday.html">julday</a>. 
     91 This is the inverse of the function <a href="..//Calendar/julday.html">julday</a>. 
    9392 3 calendars are available according to the value of key_caltype 
    9493 (variable of the common file cm_4cal): 'greg', '360d', 'noleap' 
     
    130129              <span class="attr">required</span> 
    131130               
    132               <span class="attr">type:</span> <span class="value">long integer</span> 
     131              <span class="attr">type:</span> <span class="value">long integer or double-precision floating-point</span> 
    133132               
    134133               
     
    146145               
    147146               
    148               <span class="attr">type:</span> <span class="value">integer</span> 
     147              <span class="attr">type:</span> <span class="value">longword integer</span> 
    149148               
    150149               
     
    161160               
    162161               
    163               <span class="attr">type:</span> <span class="value">integer</span> 
     162              <span class="attr">type:</span> <span class="value">longword integer</span> 
    164163               
    165164               
     
    176175               
    177176               
    178               <span class="attr">type:</span> <span class="value">integer</span> 
     177              <span class="attr">type:</span> <span class="value">longword integer</span> 
    179178               
    180179               
     
    191190               
    192191               
    193               <span class="attr">type:</span> <span class="value">integer</span> 
     192              <span class="attr">type:</span> <span class="value">longword integer</span> 
    194193               
    195194               
     
    206205               
    207206               
    208               <span class="attr">type:</span> <span class="value">integer</span> 
     207              <span class="attr">type:</span> <span class="value">longword integer</span> 
    209208               
    210209               
     
    221220               
    222221               
    223               <span class="attr">type:</span> <span class="value">float</span> 
     222              <span class="attr">type:</span> <span class="value">double-precision floating-point</span> 
    224223               
    225224               
     
    259258           
    260259          <h4>Version</h4><div class="preformat"> 
    261  $Id: caldat.pro 261 2007-08-20 16:08:13Z pinsard $ 
     260 $Id: caldat.pro 318 2007-12-03 14:21:21Z smasson $ 
    262261</div> 
    263262          <h4>History</h4><div class="preformat"> 
    264  Translated from "Numerical Recipies in C", by William H. Press, 
     263 Translated from "Numerical Recipes in C", by William H. Press, 
    265264 Brian P. Flannery, Saul A. Teukolsky, and William T. Vetterling. 
    266265 Cambridge University Press, 1988 (second printing). 
Note: See TracChangeset for help on using the changeset viewer.