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/square2quadrilateral.pro

    r105 r114  
    9494; definition. 
    9595; 
     96; 
     97  compile_opt idl2, strictarrsubs 
     98; 
    9699  IF keyword_set(double) THEN BEGIN 
    97100    x0 = double(x0in) 
     
    122125  ENDELSE 
    123126; 
    124   IF keyword_set(double) THEN a = dlbarr(8, n_elements(x0)) $ 
     127  IF keyword_set(double) THEN a = dblarr(8, n_elements(x0)) $ 
    125128  ELSE a = fltarr(8, n_elements(x0))  
    126129; 
Note: See TracChangeset for help on using the changeset viewer.