Skip to content

Commit

Permalink
- fixed one potential uninitialized value
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13590 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Willi Braun committed Oct 23, 2012
1 parent c81b9f9 commit d6b2193
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SimulationRuntime/c/simulation/solver/model_help.c
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,7 @@ void initializeDataStruc(DATA *data)
/* initial build calls terminal, initial */
data->simulationInfo.terminal = 0;
data->simulationInfo.initial = 0;
data->simulationInfo.sampleActivated = 0;

/* initialize model error code */
data->simulationInfo.simulationSuccess = 0;
Expand Down

0 comments on commit d6b2193

Please sign in to comment.