diff liboctave/ChangeLog @ 3952:945e8c160191

[project @ 2002-05-23 17:18:12 by jwe]
author jwe
date Thu, 23 May 2002 17:18:13 +0000
parents e6f67a1ed814
children 8194e0b10a9a
line wrap: on
line diff
--- a/liboctave/ChangeLog	Thu May 23 03:41:25 2002 +0000
+++ b/liboctave/ChangeLog	Thu May 23 17:18:13 2002 +0000
@@ -1,3 +1,13 @@
+2002-05-23  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* LSODE.h (LSODE_options::x_absolute_tolerance): Now Array<double>.
+	Change all uses.
+	(LSODE_OPTIONS::absolute_tolerance): Return Array<double>, not double.
+	(LSODE_OPTIONS::set_absolute_tolerance (const Array<double>&)):
+	New function.
+
+	* Array.h (Array::fortran_vec): New const version.
+
 2002-05-22  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* cmd-edit.cc (gnu_readline::history_search_backward): New function.