Skip to content

Commit

Permalink
[Janitor mode] Fix tabs
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17396 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Sep 26, 2013
1 parent 328dd62 commit 61808c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SimulationRuntime/cpp/Solver/CVode/CVode.cpp
Expand Up @@ -283,7 +283,7 @@ void Cvode::CVodeCore()
_idid = CVodeGetLastStep(_cvodeMem,&_h);
//Ausgabe
if(_cv_rt == CV_SUCCESS)
writeCVodeOutput(_tCurrent,_h,_locStps);
writeCVodeOutput(_tCurrent,_h,_locStps);

/*ToDo
if(dynamic_cast<IStepEvent*>(_system)->isStepEvent())
Expand Down Expand Up @@ -333,8 +333,8 @@ void Cvode::CVodeCore()
_idid = CVodeReInit(_cvodeMem, _tCurrent, _CV_y);
if(_idid < 0)
throw std::runtime_error("CVode::ReInit()");
//Zustände nach der Ereignisbehandlung aufnehmen
if (_cvodesettings->getEventOutput())
//Zustände nach der Ereignisbehandlung aufnehmen
if (_cvodesettings->getEventOutput())
writeToFile(0, _tCurrent, _h);

// Der Eventzeitpunkt kann auf der Endzeit liegen (Time-Events). In diesem Fall wird der Solver beendet, da CVode sonst eine interne Warnung schmeißt
Expand Down

0 comments on commit 61808c2

Please sign in to comment.