Skip to content

Commit

Permalink
- changed just warning message for mixed system
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13412 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Willi Braun committed Oct 16, 2012
1 parent 8a76673 commit f44e7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/c/math-support/matrix.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ do { \
} else {\
/* while the initialization it's ok to every time a solution */ \
if (!data->simulationInfo.initial){ \
WARNING1("Error solving hybrid equation system with index", index); \
WARNING2("Error solving hybrid equation system with index %d at time %e", index, data->localData[0]->timeValue); \
} \
data->simulationInfo.needToIterate = 1; \
data->simulationInfo.found_solution = -1; \
Expand Down

0 comments on commit f44e7b8

Please sign in to comment.