Changeset 292 for trunk/SRC/ToBeReviewed


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

typo

Location:
trunk/SRC/ToBeReviewed
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/LECTURE/read_ncdf_varget.pro

    r271 r292  
    4545;        |--+---+---+|--+---+---+---+-|  +...+..|+...+...+ 
    4646;  in the ........ part, it is easy the first point is number 0 but in 
    47 ;  the --------- part the first point is number 3... Ihe position of 
     47;  the --------- part the first point is number 3... The position of 
    4848;  the first point in the is given by: 
    4949;         (key_stride[0]-1)-((key-1) MOD key_stride[0]) 
  • 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 
  • trunk/SRC/ToBeReviewed/TRIANGULATION/ciseauxtri.pro

    r262 r292  
    44; Delete arrays which do not have to be drawn thanks to 2 tests: 
    55;     1) Corners of the array must be in the window 
    6 ;     2) Lengthes of side of triangles expressed in normalized 
     6;     2) Lengths of side of triangles expressed in normalized 
    77;        coordinates must not surpass a sill length. 
    88; 
     
    7979   seuil = 5 < (min([nx, ny])-2) 
    8080; 
    81 ; Now we delete tringles whose one side has a size superior to 1/sill from the domain reserved for the drawing. 
     81; Now we delete triangles whose one side has a size superior to 1/sill from the domain reserved for the drawing. 
    8282; 
    8383 
  • trunk/SRC/ToBeReviewed/WIDGET/xnotice.pro

    r231 r292  
    3939; 
    4040; We separate the text in different lines (separated by !C) if it is not done yet... 
    41 ; n''est pas deja fait... 
    4241; 
    4342  compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.