comparison liboctave/DASSL.cc @ 84:ab04b34037f0

[project @ 1993-09-06 04:14:39 by jwe] (DAE::integrate (Vector&, Matrix&, Vector&)): Add missing parameter in call to integrate() if no critical points are specified.
author jwe
date Mon, 06 Sep 1993 04:14:39 +0000
parents 9a4c07481e61
children 1a48a1b91489
comparison
equal deleted inserted replaced
83:998cbb0a9e51 84:ab04b34037f0
448 if (do_restart) 448 if (do_restart)
449 force_restart (); 449 force_restart ();
450 } 450 }
451 } 451 }
452 else 452 else
453 retval = integrate (tout); 453 retval = integrate (tout, xdot_out);
454 } 454 }
455 455
456 return retval; 456 return retval;
457 } 457 }