Ignore:
Timestamp:
06/29/06 16:59:33 (18 years ago)
Author:
pinsard
Message:

correction of some *.pro using aspell list; introduction of default idldoc syntax

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Interpolation/compute_fromreg_bilinear_weigaddr.pro

    r118 r121  
    190190    ybad = olat[bad] 
    191191; the ocean points that are not located into an atm cell should be 
    192 ; located northward of the northern boudary of the atm grid  
    193 ;      or southward of the southern boudary of the atm grid  
     192; located northward of the northern boundary of the atm grid  
     193;      or southward of the southern boundary of the atm grid  
    194194    IF total(ybad GE min(alat) AND ybad LE max(alat)) GE 1 THEN stop 
    195195; 
Note: See TracChangeset for help on using the changeset viewer.