Ignore:
Timestamp:
03/16/07 10:22:26 (17 years ago)
Author:
pinsard
Message:

corrections of some misspellings in some *.pro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/GRILLE/decoupeterre.pro

    r163 r226  
    4848; Used to pass your keywords 
    4949; 
    50 ; @keyword TRI  
     50; @keyword TRI 
    5151; This keyword serve to obtain, thanks to grille, the triangulation which 
    5252; refer to the grid but only on the part of the zoom. This of triangulation 
     
    5656; 
    5757; @keyword WDEPTH 
    58 ; To specify that the field is at W depth instead of T  
     58; To specify that the field is at W depth instead of T 
    5959; depth (automatically activated if vargrid eq 'W') 
    6060; 
     
    184184        if vargrid EQ 'V' OR vargrid EQ 'F' then $ 
    185185          glam = glamv[firstx:lastx, firsty:lasty] 
    186       ENDIF ELSE BEGIN          ; to drawsectionbottom  
     186      ENDIF ELSE BEGIN          ; to drawsectionbottom 
    187187        if vargrid EQ 'V' OR vargrid EQ 'F' OR finite(glamu[0]) EQ 0 then $ 
    188188          glam = glamf[0 > (firstx-1):lastx, firsty:lasty] $ 
     
    194194        if vargrid EQ 'U' OR vargrid EQ 'F' then $ 
    195195          gphi = gphiu[firstx:lastx, firsty:lasty] 
    196       ENDIF ELSE BEGIN          ; to drawsectionbottom   
     196      ENDIF ELSE BEGIN          ; to drawsectionbottom 
    197197        if vargrid EQ 'U' OR vargrid EQ 'F' OR finite(gphiv[0]) EQ 0 then $ 
    198198          gphi = gphif[firstx:lastx, 0 > (firsty-1):lasty] $ 
     
    211211    firstz = firstzt 
    212212    lastz = lastzt 
    213   ENDELSE  
     213  ENDELSE 
    214214  nz = lastz-firstz+1 
    215215;------------------------------------------------------------ 
     
    221221      profond = firstz NE 0 
    222222    END 
    223 ; for the verical section, we have to choose the right mask according 
     223; for the vertical section, we have to choose the right mask according 
    224224; to the grid point and to the direction of the section 
    225225    'xz':BEGIN 
     
    267267      END 
    268268      keyword_set(key_partialstep) and type EQ 'yz' $ 
    269         AND nx EQ 1 AND keyword_set(realsection):BEGIN  
     269        AND nx EQ 1 AND keyword_set(realsection):BEGIN 
    270270        bottom = total(mask, 3) 
    271271        good = where(bottom NE 0 AND bottom NE nz+1) 
     
    290290      tri = triangule(mask, coinmonte = coinmonte, coindescend = coindescend, _extra = ex) 
    291291      indicezoom = (lindgen(jpi, jpj))[firstx:lastx, firsty:lasty] 
    292   ENDIF ELSE BEGIN  
     292  ENDIF ELSE BEGIN 
    293293; Otherwise, we recuperate the part of triangulation that interest us and we number them well!! 
    294       if nx EQ jpi AND ny EQ jpj then tri = triangles_list ELSE BEGIN  
     294      if nx EQ jpi AND ny EQ jpj then tri = triangles_list ELSE BEGIN 
    295295        msk = bytarr(jpi, jpj) 
    296296        msk[firstx:lastx, firsty:lasty] = 1 
     
    306306  ENDELSE 
    307307;------------------------------------------------------------------- 
    308   if keyword_set(key_performance) THEN print, 'temps decoupeterre', systime(1)-tempsun  
     308  if keyword_set(key_performance) THEN print, 'temps decoupeterre', systime(1)-tempsun 
    309309;------------------------------------------------------------ 
    310310  return 
Note: See TracChangeset for help on using the changeset viewer.