Ignore:
Timestamp:
06/27/06 17:47:06 (18 years ago)
Author:
pinsard
Message:

add $ in Calendar, Grid, Interpolation, Obsolete and Postscript *.pro files, add svn:keywords Id to all these files, some improvements in header

File:
1 edited

Legend:

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

    • Property svn:keywords changed from Author Date Id Revision to Id
    r114 r118  
    1212; 
    1313; @keyword INFOWIDGET A long integer giving the id of the information 
    14 ;           widget (created by openps) that we have de destroy at  
     14;           widget (created by openps) that we have de destroy at 
    1515;           the end of closeps (when the postscript is done) 
    1616; 
     
    1919; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    2020;                       21/12/98 
    21 ; June 2005: Sebastien Masson, english version with new commons  
     21; June 2005: Sebastien Masson, english version with new commons 
     22; 
     23; @version $Id$ 
     24; 
    2225;- 
    2326;------------------------------------------------------------ 
     
    4043;------------------------------------------------------------ 
    4144; if archive_ps /= 0 we will add its name and the date at the bottom 
    42 ; left corner of the page (in case if the postscript will be archived  
    43 ; in printps  
     45; left corner of the page (in case if the postscript will be archived 
     46; in printps 
    4447;------------------------------------------------------------ 
    4548   IF keyword_set(archive_ps) THEN BEGIN 
    4649;------------------------------------------------------------ 
    47 ; we get the name of the latest created postscript.  
     50; we get the name of the latest created postscript. 
    4851;------------------------------------------------------------ 
    4952     psdir = isadirectory(psdir, title = 'Select psdir') 
     
    9598     'WIN': SET_PLOT, thisOS 
    9699     ELSE: SET_PLOT, 'X' 
    97    ENDCASE     
     100   ENDCASE 
    98101   def_myuniquetmpdir 
    99102   colorfile = myuniquetmpdir + 'original_colors.dat' 
Note: See TracChangeset for help on using the changeset viewer.