Changeset 114 for trunk/SRC/Postscript


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/Postscript
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Postscript/closeps.pro

    r104 r114  
    2525;------------------------------------------------------------ 
    2626PRO closeps, INFOWIDGET = infowidget 
     27; 
     28; 
     29  compile_opt idl2, strictarrsubs 
    2730; 
    2831   IF lmgr(/demo) EQ 1 THEN return 
  • trunk/SRC/Postscript/openps.pro

    r104 r114  
    4646            , PORTRAIT = portrait, LANDSCAPE = landscape $ 
    4747            , LIGHTNESS = Lightness,_extra = ex 
     48; 
     49; 
     50  compile_opt idl2, strictarrsubs 
    4851; 
    4952   IF lmgr(/demo) EQ 1 THEN BEGIN 
  • trunk/SRC/Postscript/printps.pro

    r104 r114  
    4646;------------------------------------------------------------ 
    4747; include commons 
     48; 
     49  compile_opt idl2, strictarrsubs 
     50; 
    4851@cm_4ps 
    4952  IF NOT keyword_set(key_forgetold) THEN BEGIN 
     
    202205; 
    203206; this is working only with unix/linux/osX machines 
     207; 
     208  compile_opt idl2, strictarrsubs 
     209; 
    204210  thisOS = strupcase(strmid(!version.os_family, 0, 3)) 
    205211  CASE thisOS OF  
Note: See TracChangeset for help on using the changeset viewer.