Skip to content

Commit

Permalink
fix for exception handling in cvode
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17369 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
niklwors committed Sep 25, 2013
1 parent d2a90be commit fd3299f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/cpp/Solver/CVode/CVode.cpp
Expand Up @@ -293,7 +293,7 @@ void Cvode::CVodeCore()
_zeroFound = false;

// Check, ob Schritt erfolgreich
if(check_flag(&_idid, "CVode", 1))
if(check_flag(&_cv_rt, "CVode", 1))
{
_solverStatus = ISolver::SOLVERERROR;
break;
Expand Down

0 comments on commit fd3299f

Please sign in to comment.