Ignore:
Timestamp:
12/06/07 11:04:53 (16 years ago)
Author:
pinsard
Message:

modification of some headers (+some corrections) to prepare usage of the new idldoc

File:
1 edited

Legend:

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

    r260 r325  
    3131; 
    3232; @returns 
    33 ;  - default: a 3d array(2,n^2,p) giving the center position of each 
    34 ;  piece of the parallelograms 
    35 ;  - if /ENDPOINTS : a 3d array(2,(n+1)^2,p) giving the edge positions 
    36 ;  of each piece of the parallelograms 
     33; by default: a 3d array(2,n^2,p) giving the center position of each 
     34; piece of the parallelograms 
     35; 
     36; if /ENDPOINTS : a 3d array(2,(n+1)^2,p) giving the edge positions 
     37; of each piece of the parallelograms 
    3738; 
    3839; @uses 
     
    6364; 
    6465;- 
    65 ; 
    6666FUNCTION cutpar, x0, y0, x1, y1, x2, y2, x3, y3, n, ENDPOINTS = endpoints, ONSPHERE = onsphere 
    6767; 
Note: See TracChangeset for help on using the changeset viewer.