Skip to content

Commit

Permalink
[Janitor mode] Fix whitespace
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21284 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Jun 25, 2014
1 parent acfdc86 commit fedf084
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions SimulationRuntime/cpp/Solver/CVode/CVode.cpp
Expand Up @@ -209,8 +209,8 @@ void Cvode::solve(const SOLVERCALL action)
initialize();
writeToFile(0, _tCurrent, _h);
_tLastWrite = 0;
return;

return;
}

if(action & RECORDCALL && !(action & FIRST_CALL))
Expand All @@ -224,9 +224,9 @@ void Cvode::solve(const SOLVERCALL action)
{
_firstStep = true;
if (_cvodesettings->getEventOutput())
writeToFile(0, _tCurrent, _h);
//else
writeCVodeOutput(_tCurrent,_h,_locStps);
writeToFile(0, _tCurrent, _h);
//else
writeCVodeOutput(_tCurrent,_h,_locStps);
}

// Solver soll fortfahren
Expand Down

0 comments on commit fedf084

Please sign in to comment.