Ignore:
Timestamp:
09/24/07 15:23:37 (17 years ago)
Author:
pinsard
Message:

typo

Location:
trunk/SRC/ToBeReviewed/PLOTS
Files:
3 edited

Legend:

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

    r262 r292  
    135135          TITLE=title, XTITLE=xtitle, YTITLE=ytitle, BASERANGE=baserange, $ 
    136136          BARWIDTH=barwidth, BARSPACE=barspace, BAROFFSET=baroffset, $ 
    137           OUTLINE=outline, OVERPLOt=overplot, BACKGROUND=background, $ 
     137          OUTLINE=outline, OVERPLOT=overplot, BACKGROUND=background, $ 
    138138          ROTATE=rotate, _EXTRA = ex 
    139139; 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/plt.pro

    r264 r292  
    459459    Conn = [replicate(3, 1, n_elements(trifield)/3), trifield] 
    460460    Result = mesh_decimate(temporary(verts), (temporary(Conn))[*] $ 
    461                            , Connout, vertices = Vertsout $ 
     461                           , connout, vertices = Vertsout $ 
    462462                           , percent_vertices = decimatetri) 
    463463    connout = reform(connout, 4,  n_elements(connout)/4, /over) 
  • trunk/SRC/ToBeReviewed/PLOTS/VECTEUR/vecteur.pro

    r232 r292  
    333333   direcz = direcz/100. 
    334334; 
    335 ; Stege 1, d) 
     335; Stage 1, d) 
    336336; coordinates of the point of the arrow in the cartesian reference. 
    337337 
Note: See TracChangeset for help on using the changeset viewer.