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/ToBeReviewed/TRIANGULATION/definetri_e.pro

    r29 r114  
    11function numtri, index, nx, ny 
     2; 
     3  compile_opt idl2, strictarrsubs 
     4; 
    25 
    36   y=index/nx 
     
    5659;- 
    5760FUNCTION definetri_e, nx, ny, singular, SHIFTED = shifted 
     61; 
     62  compile_opt idl2, strictarrsubs 
     63; 
    5864   nx = long(nx) 
    5965   ny = long(ny) 
Note: See TracChangeset for help on using the changeset viewer.