Skip to content

Commit

Permalink
- Improved error message
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10218 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Oct 26, 2011
1 parent 0a920d3 commit 87267eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c_runtime/solver_main.cpp
Expand Up @@ -314,7 +314,7 @@ update_DAEsystem() {
IterationNum++;
if (IterationNum > IterationMax) {
throw TerminateSimulationException(globalData->timeValue, string(
"ERROR: Too many Iteration. System is not consistent!\n"));
"ERROR: Too many event iterations. System is inconsistent!\n"));
}
}
}
Expand Down

0 comments on commit 87267eb

Please sign in to comment.