Skip to content

Commit

Permalink
Fixed bug in runtime system that caused result data for some points i…
Browse files Browse the repository at this point in the history
…n time to be written twice.

Fixed test case BouncingBall2, because it depended on the above bug.


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4636 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
perost committed Dec 7, 2009
1 parent bac1ba5 commit 262b17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c_runtime/simulation_events.cpp
Expand Up @@ -226,7 +226,7 @@ bool ExecuteNextEvent(double *t) {
functionDAE_output();
}
function_updateDependents();
emit();
//emit();
EventQueue.pop_front();
return true;
}
Expand Down

0 comments on commit 262b17a

Please sign in to comment.