Ignore:
Timestamp:
03/19/07 18:15:51 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers

File:
1 edited

Legend:

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

    r230 r231  
    1 ;------------------------------------------------------------ 
    2 ;------------------------------------------------------------ 
    3 ;------------------------------------------------------------ 
    41;+ 
    52; @file_comments 
     
    129; 
    1310; @keyword INFOWIDGET {type=long integer} 
    14 ; id of the information widget (created by  
    15 ; <a href="./openps.html">openps</a> 
     11; id of the information widget (created by; <pro>OPENPS</pro>) 
    1612; that we have to destroy at the end of closeps (when the postscript is done). 
    1713; 
     
    2824; 
    2925;- 
    30 ;------------------------------------------------------------ 
    31 ;------------------------------------------------------------ 
    32 ;------------------------------------------------------------ 
     26; 
    3327PRO closeps, INFOWIDGET = infowidget 
    3428; 
     29compile_opt idl2, strictarrsubs 
    3530; 
    36   compile_opt idl2, strictarrsubs 
     31IF lmgr(/demo) EQ 1 THEN return 
    3732; 
    38    IF lmgr(/demo) EQ 1 THEN return 
    39 ;------------------------------------------------------------ 
    40 ; include commons 
    4133@cm_4ps 
    4234  IF NOT keyword_set(key_forgetold) THEN BEGIN 
Note: See TracChangeset for help on using the changeset viewer.