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/WIDGET/xnotice.pro

    r52 r114  
    4242; on separe le text en differentes lignes (separees par !C) si ce 
    4343; n''est pas deja fait... 
     44; 
     45  compile_opt idl2, strictarrsubs 
     46; 
    4447   if n_elements(text) EQ 1 then text = str_sep(text, '!C', /trim) 
    4548; 
Note: See TracChangeset for help on using the changeset viewer.