Ignore:
Timestamp:
06/29/06 16:59:33 (18 years ago)
Author:
pinsard
Message:

correction of some *.pro using aspell list; introduction of default idldoc syntax

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Interpolation/map_npoints.pro

    r118 r121  
    1010; 
    1111; @categories Maps 
    12 ; 
    13 ; @examples  
    14 ; IDL> Result = Map_nPoints(lon0, lat0, lon1, lat1) 
    1512; 
    1613; @param Lon0 {in}{required} 
     
    2724; @keyword RADIANS if set, inputs and angular outputs are in radians, otherwise 
    2825;degrees. 
    29 ; @keyword RADIUS If given, return the distance between the two points 
    30 ;calculated using the given radius. 
    31 ; Default value is the earth radius : 6378206.4d0 
     26; @keyword RADIUS {default=6378206.4d0}  
     27; If given, return the distance between the two points calculated using the  
     28; given radius. 
     29; Default value is the Earth radius. 
    3230; 
    3331; @keyword TWO_BY_TWO If given,then Map_nPoints returns the distances between 
Note: See TracChangeset for help on using the changeset viewer.