Mercurial > hg > octave-nkf
diff liboctave/DASRT.cc @ 3993:f23bc69132cc
[project @ 2002-07-16 20:18:56 by jwe]
author | jwe |
---|---|
date | Tue, 16 Jul 2002 20:18:57 +0000 |
parents | 53b4eab68976 |
children | a41827ec5677 |
line wrap: on
line diff
--- a/liboctave/DASRT.cc +++ b/liboctave/DASRT.cc @@ -73,6 +73,7 @@ static DAEFunc::DAERHSFunc user_fsub; static DAEFunc::DAEJacFunc user_jsub; static DAERTFunc::DAERTConstrFunc user_csub; + static int nn; static int @@ -303,6 +304,8 @@ integration_error = false; + nn = n; + user_fsub = DAEFunc::function (); user_jsub = DAEFunc::jacobian_function (); user_csub = DAERTFunc::constraint_function ();