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/Textoidl/textable.pro

    r47 r114  
    6767; 
    6868FUNCTION textable, POSTSCRIPT=ps, VECTOR=vec,  HELP=Help 
     69; 
     70  compile_opt idl2, strictarrsubs 
     71; 
    6972 
    7073; Return to caller if error. 
     
    146149        [ '\varepsilon',        'e'     ,     'e'     ],$ 
    147150        [ '\varphi',    $ 
    148             SymbolFont(VECFONT)+'P'+PreviousFont(VECFONT) $ 
     151            SymbolFont[VECFONT]+'P'+PreviousFont[VECFONT] $ 
    149152                                        ,     'j'     ],$ 
    150153        [ '\vartheta',  $ 
    151             SymbolFont(VECFONT)+'t'+PreviousFont(VECFONT) $ 
     154            SymbolFont[VECFONT]+'t'+PreviousFont[VECFONT] $ 
    152155                                        ,     'J'     ]$ 
    153156                             ] 
Note: See TracChangeset for help on using the changeset viewer.