Ignore:
Timestamp:
09/12/07 17:43:11 (17 years ago)
Author:
smasson
Message:

use of double precision to avoid rounding errors

File:
1 edited

Legend:

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

    r242 r282  
    2929; 
    3030; @param xxin {in}{optional} 
     31; first coordinates of the point(s) for which we want to do the mapping. 
    3132; @param yyin {in}{optional} 
    32 ; the coordinates of the point(s) for which we want to do the mapping. 
     33; second coordinates of the point(s) for which we want to do the mapping. 
     34; 
     35; @keyword DOUBLE {type=salar 0 or 1}{default=0} 
     36; activate to perform double precision computation 
    3337; 
    3438; @returns 
     
    6771;- 
    6872; 
    69 FUNCTION square2quadrilateral, x0in, y0in, x1in, y1in, x2in, y2in, x3in, y3in, xxin, yyin 
     73FUNCTION square2quadrilateral, x0in, y0in, x1in, y1in, x2in, y2in, x3in, y3in, xxin, yyin, DOUBLE = double 
    7074; 
    7175; Warning, wrong definition of (x2,y2) and (x3,y3) at the bottom of 
Note: See TracChangeset for help on using the changeset viewer.