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/spl_incr.pro

    r242 r297  
    194194; more than 2 pieces... 
    195195      IF cntbad GT 1 THEN BEGIN 
    196 ; we take care of the piece located wetween bad[ib-1]+1 and bad[ib] 
     196; we take care of the piece located between bad[ib-1]+1 and bad[ib] 
    197197        FOR ib = 1, cntbad-1 DO BEGIN 
    198198; if there is x2 values smaller that x[bad[ib]], then the x2 values 
     
    287287; we force yp0 = 0.0d and ypn_1 = 0.0d 
    288288      IF cntbad GT 1 THEN BEGIN 
    289 ; we take care of the piece located wetween bad[ib-1] and bad[ib] 
     289; we take care of the piece located between bad[ib-1] and bad[ib] 
    290290        FOR ib = 1, cntbad-1 DO BEGIN 
    291291; if there is x2 values smaller that x[bad[ib]], then the x2 values 
Note: See TracChangeset for help on using the changeset viewer.