Skip to content

Commit

Permalink
- merge commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vwaurich authored and OpenModelica-Hudson committed Sep 1, 2015
1 parent fad9fe2 commit 0da7c2b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Compiler/SimCode/SimCodeUtil.mo
Expand Up @@ -5721,7 +5721,6 @@ algorithm
attrIn.start = SOME(exp);
then attrIn;
else
equation
then attrIn;
end matchcontinue;
end evaluateVariableAttributes;
Expand Down Expand Up @@ -5786,7 +5785,6 @@ algorithm

//evaluate function calls in variable attributes (start-value)
(vars,_) := BackendVariable.traverseBackendDAEVarsWithUpdate(vars,evaluateStartValues,funcTree);

//BackendDump.dumpVariables(vars,"VAR AFTER");
systOut := BackendDAEUtil.setEqSystVars(systIn, vars);
end preCalculateStartValues;
Expand Down

0 comments on commit 0da7c2b

Please sign in to comment.