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_assistant_output/Interpolation/map_npoints.html

    r234 r242  
    6666 returns the distances between number n of P0 points and number 
    6767 n of P1 points (in that case, np0 and np1 must be equal). 
    68  Same as map_2points with the meter parameter but for n points 
    69  without do loop. 
     68 Same as <proidl>map_2points</proidl> with the meter parameter but for n 
     69 points without do loop. 
    7070 
    7171 
     
    8888 points P0 and np1 points P1. Element (i,j) of the output is the 
    8989 distance between element P0[i] and P1[j]. 
    90  If keyword /TWO_BY_TWO is given then Map_nPoints returns 
    91  an np-element vector giving the distance in meter between P0[i] 
     90 If keyword /TWO_BY_TWO is given then <a href=".//map_npoints.html">map_npoints</a> returns 
     91 an np-elements vector giving the distance in meter between P0[i] 
    9292 and P1[i] (in that case, we have np0 = np1 = np) ; if /MIDDLE see this keyword. 
    9393 
     
    245245 
    246246     
    247  If given,then Map_nPoints returns the distances between number n of 
    248  P0 points and number n of P1 points 
     247 If given, then <a href=".//map_npoints.html">map_npoints</a> returns the distances between  
     248 number n of P0 points and number n of P1 pointsi. 
    249249 In that case, np0 and np1 must be equal. 
    250250 
     
    301301     
    302302    <h4>Version</h4> 
    303  $Id: map_npoints.pro 231 2007-03-19 17:15:51Z pinsard $ 
     303 $Id: map_npoints.pro 238 2007-03-27 13:43:18Z pinsard $ 
    304304 
    305305    <h4>History</h4> 
Note: See TracChangeset for help on using the changeset viewer.