Ignore:
Timestamp:
09/25/07 17:09:12 (17 years ago)
Author:
pinsard
Message:

typo

File:
1 edited

Legend:

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

    r262 r297  
    5353  res = 0 
    5454 
    55 ; est-west periodicity checks 
     55; east-west periodicity checks 
    5656 
    5757  IF array_equal(arr[0, *, *, *], arr[jpi-2, *, *, *]) NE 1 THEN BEGIN 
     
    156156  ENDCASE 
    157157 
    158 ; est-west periodicity correction (again) 
     158; east-west periodicity correction (again) 
    159159 
    160160  IF keyword_set(correction) THEN BEGIN 
Note: See TracChangeset for help on using the changeset viewer.