changeset 3953:3a8de88328af

[project @ 2002-05-23 17:30:35 by jwe]
author jwe
date Thu, 23 May 2002 17:30:35 +0000
parents 945e8c160191
children 8194e0b10a9a
files liboctave/LSODE.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/LSODE.cc	Thu May 23 17:18:13 2002 +0000
+++ b/liboctave/LSODE.cc	Thu May 23 17:30:35 2002 +0000
@@ -238,7 +238,7 @@
   if (abs_tol_len == 1)
     itol = 1;
   else if (abs_tol_len == n)
-    itol == 2;
+    itol = 2;
   else
     {
       (*current_liboctave_error_handler)