Ignore:
Timestamp:
09/25/07 12:16:00 (17 years ago)
Author:
pinsard
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/splot.pro

    r237 r295  
    99; @keyword NOREINITPLT 
    1010; We active it if we do not want environment variables !p, !x, !y, !z 
    11 ; to be reinitilalizated by the procedure reinitplt 
     11; to be reinitilalized by the procedure <pro>reinitplt</pro> 
    1212; 
    1313; @keyword _EXTRA 
     
    1919; @restrictions 
    2020; If NOREINITPLT is not activated, all environment 
    21 ; variables !p, !x, !y, !z are reinitializted by the procedure reinitplt 
     21; variables !p, !x, !y, !z are reinitializted by the procedure <pro>reinitplt</pro> 
    2222; 
    2323; @examples 
     
    4040; 
    4141@common 
    42 ; 1) I reinitializate the graphic environment (les variables !x, !y et !p): 
     42; 1) I reinitialize the graphic environment (les variables !x, !y et !p): 
    4343   if NOT keyword_set(NOREINITPLT) then reinitplt, _extra = ex 
    4444; 2) i put the drawing on the screen like on the postscript 
Note: See TracChangeset for help on using the changeset viewer.