changeset 3755:4c230f72b1d2

[project @ 2000-12-14 23:02:49 by jwe]
author jwe
date Thu, 14 Dec 2000 23:02:49 +0000
parents e63a3a6d7797
children 41404c6f4e69
files liboctave/ChangeLog
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog	Thu Dec 14 21:57:15 2000 +0000
+++ b/liboctave/ChangeLog	Thu Dec 14 23:02:49 2000 +0000
@@ -1,7 +1,7 @@
 2000-12-13  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
-	(Range::nelem_internal): Call tfloor, not round, but then try
-	harder to compute correct number of elements.
+	* Range.cc (Range::nelem_internal): Call tfloor, not round, but
+	then try harder to compute correct number of elements.
 
 	* dMatrix.cc (Matrix::lssolve): Ask DGELSS for size of work vector.
 	* CMatrix.cc (ComplexMatrix::lssolve): Likewise, for ZGELSS.