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@24852 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Mar 2, 2015
1 parent ae60742 commit 3754f6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/Expression.mo
Expand Up @@ -3573,7 +3573,7 @@ public function makeWeightProduct
output DAE.Exp y;
protected
DAE.Type tp = typeof(w);
DAE.Exp z = makeConstZero(tp);
DAE.Exp z = makeConstZero(tp);
DAE.Exp con = DAE.RELATION(w,DAE.EQUAL(tp),z,-1,NONE());
algorithm
y := makeNoEvent(DAE.IFEXP(con,w,expMul(w,x)));
Expand Down
2 changes: 1 addition & 1 deletion SimulationRuntime/cpp/Core/SimController/SimManager.cpp
Expand Up @@ -199,7 +199,7 @@ void SimManager::initialize()
void SimManager::runSingleStep()
{
// Increase time event counter
double cycletime = _config->getGlobalSettings()->gethOutput();
double cycletime = _config->getGlobalSettings()->gethOutput();
if (_dimtimeevent && cycletime > 0.0)
{

Expand Down

0 comments on commit 3754f6b

Please sign in to comment.