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/STRUCTURE/extractstru.pro

    r27 r114  
    6060;------------------------------------------------------------ 
    6161FUNCTION extractstru, stru, liste, GARDE = garde, VIRE = vire 
     62; 
     63  compile_opt idl2, strictarrsubs 
     64; 
    6265   if size(stru, /type) NE 8 then return,  -1 
    6366   if size(liste, /type) NE 7 then return,  -1 
Note: See TracChangeset for help on using the changeset viewer.