Skip to content

Commit

Permalink
-fixed the bug, that breaks the simulation testsuite last night.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8282 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Willi Braun committed Mar 17, 2011
1 parent 753f997 commit b4b62eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c_runtime/solver_main.cpp
Expand Up @@ -752,7 +752,7 @@ dasrt_step(double* step, double &start, double &stop, bool &trigger1)
for (i = 0; i < lrw; i++)
rwork[i] = 0.0;
// dassl stats
for (i = 0; i < lrw; i++)
for (i = 0; i < 5; i++)
dasslStats[i] = 0;
/*********************************************************************/
//info[2] = 1; //intermediate-output mode
Expand Down

0 comments on commit b4b62eb

Please sign in to comment.