Skip to content

Commit

Permalink
- see r16266
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16268 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
lochel committed Jun 10, 2013
1 parent 22eca66 commit 79db711
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SimulationRuntime/c/simulation/solver/perform_simulation.c
Expand Up @@ -60,6 +60,7 @@
*/
void updateContinuousSystem(DATA *data)
{
input_function(data);
functionODE(data);
functionAlgebraics(data);
output_function(data);
Expand Down

0 comments on commit 79db711

Please sign in to comment.