# HG changeset patch # User John W. Eaton # Date 1269380934 14400 # Node ID 146e615b667496161f7a94eb3a89f5f54acf5de2 # Parent 59967776ed4a89d548f5e3398d2a907388b8c2b7 ChangeLog fix diff -r 59967776ed4a -r 146e615b6674 scripts/ChangeLog --- a/scripts/ChangeLog Tue Mar 23 17:46:26 2010 -0400 +++ b/scripts/ChangeLog Tue Mar 23 17:48:54 2010 -0400 @@ -14,9 +14,9 @@ 2010-03-20 Soren Hauberg - * general/interp2.m: For nearest neighbour interpolation ceil (instead of - floor) at the center of the data intervals to be compatible with Matlab. - Add test. + * general/interp2.m: For nearest neighbour interpolation ceil + (instead of floor) at the center of the data intervals to be + compatible with Matlab. Add test. * general/interpn.m: Ditto. 2010-03-19 Jaroslav Hajek