Skip to content

Commit

Permalink
add missing interface method
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21278 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
niklwors committed Jun 25, 2014
1 parent 2f2c190 commit 3396bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/cpp/Include/Core/System/IContinuous.h
Expand Up @@ -61,7 +61,7 @@ class IContinuous

/// Provide boolean variables
virtual void getContinuousStates(double* z) = 0;

virtual void getNominalStates(double* z) = 0 ;
/// Provide integer variables
virtual void getInteger(int* z) = 0;

Expand Down

0 comments on commit 3396bc6

Please sign in to comment.