Ignore:
Timestamp:
04/06/07 10:35:17 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers + replace some message by some report

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/Interpolation/ll_narcs_distances.html

    r234 r242  
    9090 This function returns the longitude and latitude [lon, lat] of 
    9191 a point a given arc distance (-pi <= Arc_Dist <= pi), and azimuth (Az), 
    92  from a specified location Lon0, lat0. 
    93  Same as LL_ARC_DISTANCE but for n points without do loop. 
     92 from a specified location Lon0, Lat0. 
     93 Same as <proidl>LL_ARC_DISTANCE</proidl> but for n points without do loop. 
    9494 
    9595 Formula from Map Projections - a working manual.  USGS paper 
     
    110110        <div class="routine_details" id="_ll_narcs_distances"> 
    111111 
    112           <h2><a class="top" href="#container">top</a>ll_narcs_distances <span class="categories">  
     112          <h2><a class="top" href="#container">top</a>ll_narcs_distances <span class="categories"> 
    113113 Mapping, geography 
    114114</span></h2> 
     
    121121 
    122122          <h3>Return value</h3><div class="preformat"> 
    123  a (2, n) array containing the longitude/latitude of the resulting points. 
     123 a (2,n) array containing the longitude/latitude of the resulting points. 
    124124 Values are in radians unless the keyword DEGREES is set. 
    125125</div> 
     
    243243           
    244244          <h4>Version</h4><div class="preformat"> 
    245  $Id: ll_narcs_distances.pro 231 2007-03-19 17:15:51Z pinsard $ 
     245 $Id: ll_narcs_distances.pro 238 2007-03-27 13:43:18Z pinsard $ 
    246246</div> 
    247247          <h4>History</h4><div class="preformat"> 
Note: See TracChangeset for help on using the changeset viewer.