Ignore:
Timestamp:
03/14/07 18:13:39 (17 years ago)
Author:
pinsard
Message:

improvements of some *.pro

File:
1 edited

Legend:

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

    r220 r223  
    1616; that any of the existing ps file). 
    1717; 
    18 ; @categories  
     18; @categories 
    1919; Postscripts 
    2020; 
     
    193193; postscript visualisation/archiving/printing 
    194194; 
    195 ; @categories  
     195; @categories 
    196196; Postscripts 
    197197; 
    198 ; @param psfilename {in}{optional}  
     198; @param psfilename {in}{optional} 
    199199; The name of the postscript file we want to 
    200200; visualize and/or print and/or archive. It can also refer 
     
    244244      nameps = file_search(psdir+'*.ps', /test_regular, /nosort) 
    245245      IF nameps[0] EQ '' THEN BEGIN 
    246         ras = report('no postsrcipt file (ending with .ps) found in : ' + psdir) 
     246        ras = report('no postscript file (ending with .ps) found in : ' + psdir) 
    247247        RETURN 
    248248      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.