# HG changeset patch # User jwe # Date 1022175035 0 # Node ID 3a8de88328af637cf4dea1bfcb0e5dca0c06e2fb # Parent 945e8c160191b90d1f4a62af79a36eaaf6cc6920 [project @ 2002-05-23 17:30:35 by jwe] diff --git a/liboctave/LSODE.cc b/liboctave/LSODE.cc --- a/liboctave/LSODE.cc +++ b/liboctave/LSODE.cc @@ -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)