diff liboctave/LSODE.h @ 2343:d7592de300ea

[project @ 1996-07-24 21:42:44 by jwe]
author jwe
date Wed, 24 Jul 1996 21:44:51 +0000
parents 1b57120c997b
children 8b262e771614
line wrap: on
line diff
--- a/liboctave/LSODE.h
+++ b/liboctave/LSODE.h
@@ -165,6 +165,7 @@
   int liw;
   int lrw;
   int working_too_hard;
+  int sanity_checked;
 
   friend int lsode_f (int *neq, double *t, double *y, double *ydot);