Skip to content

Commit

Permalink
- improve last commit
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20641 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
lochel committed May 16, 2014
1 parent dcc1f1d commit e1ea7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/c/simulation/solver/model_help.h
Expand Up @@ -67,7 +67,7 @@ extern "C" {
} \
else \
{ \
res = ((op_w##ZC)((exp1),(exp2),data->simulationInfo.relationsPre[index])); \
res = ((op_w##ZC)((exp1),(exp2),data->simulationInfo.storedRelations[index])); \
data->simulationInfo.relations[index] = res; \
} \
}
Expand Down

0 comments on commit e1ea7d6

Please sign in to comment.