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/ReadWrite/readoldopadistcoast.pro

    r106 r114  
    2323 
    2424FUNCTION read3fromopa, unit, params, num 
     25; 
     26  compile_opt idl2, strictarrsubs 
     27; 
    2528   offset=params.reclen*params.jpk*(num-1L) 
    2629   a=assoc(unit,dblarr(params.jpiglo,params.jpjglo,params.jpk,/nozero),offset) 
     
    4245;- 
    4346FUNCTION readoldopadistcoast, filename, jpiglo, jpjglo, jpk, IBLOC = ibloc, JPBYT = jpbyt, NUMREC = numrec 
     47; 
     48; 
     49  compile_opt idl2, strictarrsubs 
    4450; 
    4551   iname_file = findfile(filename) 
Note: See TracChangeset for help on using the changeset viewer.