Ignore:
Timestamp:
06/27/06 17:47:06 (18 years ago)
Author:
pinsard
Message:

add $ in Calendar, Grid, Interpolation, Obsolete and Postscript *.pro files, add svn:keywords Id to all these files, some improvements in header

File:
1 edited

Legend:

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

    • Property svn:keywords set to Id
    r114 r118  
    88; res = cutsegment(x0, y0, x1, y1, n) 
    99; 
    10 ;         @param x0,y0 and x1,y1  {in}{required}  1d arrays of p elements, the coordinates of 
    11 ;         the endpoints of the p segmements 
    12 ;         @param  n {in}{required}  the number of pieces we want to cut each segment 
     10; @param x0 {in}{required} 
     11; @param y0 {in}{required} 
     12; @param x1 {in}{required} 
     13; @param y1 {in}{required} 
     14; 1d arrays of p elements, the coordinates of the endpoints of the p segments 
    1315; 
     16; @param n {in}{required} the number of pieces we want to cut each segment 
    1417; 
    15 ; @keyword         /endpoints see ouputs 
     18; @keyword /endpoints see ouputs 
    1619; 
    17 ; @keyword         /onsphere to specify that the points are located on a 
     20; @keyword /onsphere to specify that the points are located on a 
    1821;         sphere. In this case, x and y corresponds to longitude and 
    1922;         latitude in degrees. 
     
    4144;           S. Masson (smasson\@lodyc.jussieu.fr) 
    4245;           July 5th, 2002 
     46; 
     47; @version $Id$ 
     48; 
    4349;- 
    4450FUNCTION cutsegment, x0, y0, x1, y1, n, endpoints = endpoints, onsphere = onsphere 
Note: See TracChangeset for help on using the changeset viewer.