Ignore:
Timestamp:
06/19/06 16:14:56 (18 years ago)
Author:
smasson
Message:

new compilation options (compile_opt idl2, strictarrsubs) in each routine

Location:
trunk/SRC/Tests/TestsOld
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Tests/TestsOld/.idlwave_catalog

    r76 r114  
    77(setq idlwave-library-catalog-routines 
    88 '(("tst_basic_old" pro nil (lib "tst_basic_old.pro" nil "saxo") "%s" (nil)) 
    9    ("tst_plt" pro nil (lib "tst_plt_old.pro" nil "saxo") "%s" (nil ("IMAGE"))) 
    10    ("tst_pltt" pro nil (lib "tst_pltt_old.pro" nil "saxo") "%s" (nil ("IMAGE"))) 
    11    ("tst_pltz" pro nil (lib "tst_pltz_old.pro" nil "saxo") "%s" (nil ("IMAGE"))))) 
     9   ("tst_plt_old" pro nil (lib "tst_plt_old.pro" nil "saxo") "%s" (nil ("IMAGE"))) 
     10   ("tst_pltt_old" pro nil (lib "tst_pltt_old.pro" nil "saxo") "%s" (nil ("IMAGE"))) 
     11   ("tst_pltz_old" pro nil (lib "tst_pltz_old.pro" nil "saxo") "%s" (nil ("IMAGE"))))) 
  • trunk/SRC/Tests/TestsOld/tst_basic_old.pro

    r57 r114  
    44; 
    55; 1) plot 
     6; 
     7; 
     8  compile_opt idl2, strictarrsubs 
    69; 
    710  n = 10 
  • trunk/SRC/Tests/TestsOld/tst_plt_old.pro

    r77 r114  
    1 PRO tst_plt, IMAGE = image 
     1PRO tst_plt_old, IMAGE = image 
    22; commons 
     3; 
     4  compile_opt idl2, strictarrsubs 
     5; 
    36@common 
    47; 
  • trunk/SRC/Tests/TestsOld/tst_pltt_old.pro

    r77 r114  
    1 PRO tst_pltt, IMAGE = image 
     1PRO tst_pltt_old, IMAGE = image 
    22; commons 
     3; 
     4  compile_opt idl2, strictarrsubs 
     5; 
    36@common 
    47@common 
  • trunk/SRC/Tests/TestsOld/tst_pltz_old.pro

    r77 r114  
    1 PRO tst_pltz, IMAGE = image 
     1PRO tst_pltz_old, IMAGE = image 
    22; commons 
     3; 
     4  compile_opt idl2, strictarrsubs 
     5; 
    36@common 
    47; 
Note: See TracChangeset for help on using the changeset viewer.