Ignore:
Timestamp:
06/19/06 16:14:56 (18 years ago)
Author:
smasson
Message:

new compilation options (compile_opt idl2, strictarrsubs) in each routine

File:
1 edited

Legend:

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

    r101 r114  
    7070;------------------------------------------------------------ 
    7171FUNCTION quadrilateral2square, x0in, y0in, x1in, y1in, x2in, y2in, x3in, y3in, xxin, yyin, PERF = perf 
     72; 
     73; 
     74  compile_opt idl2, strictarrsubs 
    7275; 
    7376tempsone = systime(1) 
Note: See TracChangeset for help on using the changeset viewer.