Ignore:
Timestamp:
03/19/07 18:15:51 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers

File:
1 edited

Legend:

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

    r163 r231  
    44; cut p parallelogram(s) into p*n^2 parallelograms 
    55; 
    6 ; @categories basic work 
     6; @categories 
     7; basic work 
    78; 
    89; @param x0 {in}{required} 
     
    3435;  of each piece of the parallelograms 
    3536; 
    36 ; @uses cutsegment.pro 
     37; @uses 
     38; <pro>cutsegment</pro> 
    3739; 
    3840; @examples 
     
    5658;           July 5th, 2002 
    5759; 
    58 ; @version $Id$ 
     60; @version 
     61; $Id$ 
    5962; 
    6063;- 
     64; 
    6165FUNCTION cutpar, x0, y0, x1, y1, x2, y2, x3, y3, n, ENDPOINTS = endpoints, ONSPHERE = onsphere 
    6266; 
Note: See TracChangeset for help on using the changeset viewer.