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/Interpolation/compute_fromirr_bilinear_weigaddr.pro

    r202 r226  
    55; to any grid using the bilinear method 
    66; 
    7 ; @categories  
     7; @categories 
    88; Interpolation 
    99; 
     
    5353;  June 2006: Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    5454; 
    55 ; @version $Id$ 
     55; @version 
     56; $Id$ 
    5657; 
    5758;- 
     
    6566; 
    6667  jpio = (size(olonin, /dimensions))[0] 
    67   jpjo = (size(olonin, /dimensions))[1]   
     68  jpjo = (size(olonin, /dimensions))[1] 
    6869; mask check 
    6970  IF n_elements(omsk) EQ 1 AND omsk[0] EQ -1 THEN omsk = replicate(1b, jpio, jpjo) 
     
    7374    stop 
    7475  ENDIF 
    75   IF n_elements(amsk) NE jpia*jpja THEN BEGIN  
     76  IF n_elements(amsk) NE jpia*jpja THEN BEGIN 
    7677    print, 'output grid mask do not have the good size' 
    7778    stop 
     
    181182        ind = good[ind] 
    182183; now, we morph the quadrilateral ocean cell into the reference square (0 -> 1) 
    183 ; in addition we get the corrdinates of the atmospheric point in this new morphed square 
     184; in addition we get the coordinates of the atmospheric point in this new morphed square 
    184185        IF onsphere THEN BEGIN 
    185186; Warning! quadrilateral2square use anticlockwise quadrilateral definition 
     
    213214          xy[1] EQ 0 AND (tmpmsk[0]+tmpmsk[1]) EQ 0    : foraddr[n] = -1 
    214215          xy[1] EQ 1 AND (tmpmsk[2]+tmpmsk[3]) EQ 0    : foraddr[n] = -1 
    215           ELSE: BEGIN  
     216          ELSE: BEGIN 
    216217; we keep its address 
    217218        foraddr[n] = ind 
Note: See TracChangeset for help on using the changeset viewer.