Mercurial > hg > octave-lyh
diff liboctave/ChangeLog @ 3990:46388d6a4e44
[project @ 2002-07-16 06:20:39 by jwe]
author | jwe |
---|---|
date | Tue, 16 Jul 2002 06:20:40 +0000 |
parents | addebffd4961 |
children | 48d2bc4a3729 |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,15 @@ +2002-07-16 John W. Eaton <jwe@bevo.che.wisc.edu> + + * DAE.cc: Delete. + + * DAERT.h, DAERTFunc.h, DASRT.h, DASRT.cc: New files for DAE + solving with root finding. + * Makefile.in: Add them to the appropriate lists. + + * base-dae.h: New file. + * Makefile.in (INCLUDES): Add it to the list. + * DAE.h (DAE): Derive from base_diff_alg_eqn, not base_diff_eqn. + 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> * ODE.h: Move integrate and do_integrate method declarations and