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

typo

Location:
trunk/SRC/ToBeReviewed/PLOTS/DESSINE
Files:
8 edited

Legend:

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

    r292 r295  
    266266;-------------------------------------------------------------- 
    267267; I3) reinitialization. !p.,!x.,!y. 
    268 ; Comment: We do not reinitializate when we call bck plt in loop to use contour. 
     268; Comment: We do not reinitialize when we call bck plt in loop to use contour. 
    269269;-------------------------------------------------------------- 
    270270  if n_elements(contour) ne 4 AND NOT keyword_set(overplot) then reinitplt, /z, /invert 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/plt1d.pro

    r293 r295  
    152152;-------------------------------------------------------------- 
    153153; I2) reinitialization. !p.,!x.,!y. 
    154 ; Comment: We do not reinitializate when we call back plt1d 
     154; Comment: We do not reinitialize when we call back plt1d 
    155155;-------------------------------------------------------------- 
    156156  if NOT keyword_set(ov1d) then reinitplt 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/pltsc.pro

    r262 r295  
    6666  ENDIF 
    6767 
    68 ; Comment: We do not reinitializate when we call back pltsc 
     68; Comment: We do not reinitialize when we call back pltsc 
    6969   if NOT keyword_set(ov1d) then reinitplt 
    7070   ;; reduce data xyzt domain 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/pltt.pro

    r293 r295  
    226226;-------------------------------------------------------------- 
    227227; I2) reinitialization. !p.,!x.,!y. 
    228 ; Comment: we do not reinitializate when we call back plt in loop to use contour. 
     228; Comment: we do not reinitialize when we call back plt in loop to use contour. 
    229229;-------------------------------------------------------------- 
    230230   if n_elements(contour) ne 4 AND NOT keyword_set(overplot) $ 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/pltz.pro

    r265 r295  
    191191; 1st part: initialization small calculations... 
    192192;-------------------------------------------------------------- 
    193 ; Comment: we do not reinitializate when we call back plt in loop to use contour. 
     193; Comment: we do not reinitialize when we call back plt in loop to use contour. 
    194194  if n_elements(contour) ne 4 AND NOT keyword_set(overplot) then reinitplt 
    195195; 
     
    313313                  , /fillxdir, _extra = ex) 
    314314; if some lines contains no field (the bottom line for ex) it must be 
    315 ; also filled with 8 neighbourg method 
     315; also filled with 8 neighbors method 
    316316    IF (where(total(mask*masknan, 1) EQ 0))[0] NE -1 THEN $ 
    317317      z2d = remplit(z2d, nite = 1-(n_elements(maskfill) NE 0) $ 
    318318                    , mask = z2d LT valmask/10, /basique, _extra = ex) 
    319319  ENDIF ELSE BEGIN 
    320 ; filling the mask values with 8 neighbourg 
     320; filling the mask values with 8 neighbors 
    321321    z2d = remplit(z2d, nite = (1+(vargrid NE 'T')+keyword_set(nan)) $ 
    322322                  *(1-(n_elements(maskfill) NE 0)), mask = mask*masknan $ 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/sbar_plot.pro

    r262 r295  
    1818; @keyword NOREINITPLT 
    1919; We active it if we do not want environment variables !p, !x, !y, !z 
    20 ; to be reinitializated by the procedure reinitplt 
     20; to be reinitialized by the procedure <pro>reinitplt</pro> 
    2121; 
    2222; @keyword _EXTRA 
     
    2828; @restrictions 
    2929; If NOREINITPLT is not activated, all environment 
    30 ; variables !p, !x, !y, !z are reinitializted by the procedure reinitplt 
     30; variables !p, !x, !y, !z are reinitializted by the procedure <pro>reinitplt</pro> 
    3131; 
    3232; @examples 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/scontour.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 reinitplt 
    1212; 
    1313; @keyword _EXTRA 
     
    3636; 
    3737@common 
    38 ; 1) I reinitializate the graphic environment (variables !x, !y et !p): 
     38; 1) I reinitialize the graphic environment (variables !x, !y et !p): 
    3939  if NOT keyword_set(NOREINITPLT) then reinitplt, _extra = ex 
    4040; 2) i put the drawing on the screen like on the postscript 
  • 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.