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@17623 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Oct 9, 2013
1 parent 5ac8e69 commit 196c9d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -21,7 +21,7 @@ void Initialization::initializeSystem()
bool* conditions1 = new bool[dim];

_system->setInitial(true);
//Initialization of continous equations and bounded parameters
//Initialization of continous equations and bounded parameters
_system->initialize();
bool restart=true;
int iter=0;
Expand Down
4 changes: 2 additions & 2 deletions SimulationRuntime/cpp/Core/System/EventHandling.cpp
Expand Up @@ -137,8 +137,8 @@ bool EventHandling::IterateEventQueue(bool& state_vars_reinitialized)

//save discrete varibales
event_system->saveDiscreteVars(); // store values of discrete vars vor next check
int dim = event_system->getDimZeroFunc();
int dim = event_system->getDimZeroFunc();
bool* conditions0 = new bool[dim];
bool* conditions1 = new bool[dim];
event_system->getConditions(conditions0);
Expand Down

0 comments on commit 196c9d3

Please sign in to comment.