changeset 10440:146e615b6674

ChangeLog fix
author John W. Eaton <jwe@octave.org>
date Tue, 23 Mar 2010 17:48:54 -0400
parents 59967776ed4a
children 03d0dea2309d
files scripts/ChangeLog
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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  <hauberg@gmail.com>
 
-	* 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  <highegg@gmail.com>