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/HOPE/computehopegrid.pro

    r157 r226  
    88; @categories 
    99; Grid 
    10 ;  
     10; 
    1111; @param XAXIS 
    1212; 
     
    6868   if NOT keyword_set(lasts) then lasts = [jpi-1, jpj-1, jpk-1] 
    6969; 
    70 ; depermination of the grid type and of the point type 
     70; determination of the grid type and of the point type 
    7171; 
    7272   if keyword_set(pttype) then vargrid = pttype 
     
    129129         gphiv = gphit+(gphit[0, 1]-gphit[0, 0])/2. 
    130130         gphif = gphit+(gphit[0, 1]-gphit[0, 0])/2. 
    131       ENDIF ELSE BEGIN  
     131      ENDIF ELSE BEGIN 
    132132         gphiv = gphit 
    133133         gphif = gphit 
     
    181181   e2f = e2t 
    182182; 
    183 ; mask  
     183; mask 
    184184; 
    185185   tmask = replicate(1b, jpi, jpj, jpk) 
     
    239239  IF NOT keyword_set(key_forgetold) THEN BEGIN 
    240240   @updateold 
    241   ENDIF  
     241  ENDIF 
    242242;------------------------------------------------------------ 
    243243   return 
Note: See TracChangeset for help on using the changeset viewer.