Skip to content

Commit

Permalink
- check for inputs
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16266 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Vitalij Ruge committed Jun 10, 2013
1 parent 5eebfb6 commit 2066caa
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -65,6 +65,7 @@ void updateContinuousSystem(DATA *data)
{
#pragma omp master
{
input_function(data);
functionODE(data);
functionAlgebraics(data);
output_function(data);
Expand Down

0 comments on commit 2066caa

Please sign in to comment.