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/Obsolete/cp.pro

    r97 r114  
    1515;------------------------------------------------------------ 
    1616PRO cp, filenamein, filenameout, _extra = ex 
     17; 
     18  compile_opt idl2, strictarrsubs, obsolete 
     19; 
    1720  file_copy, filenamein, filenameout, _extra = ex 
    1821  RETURN 
Note: See TracChangeset for help on using the changeset viewer.