Skip to content

Commit

Permalink
Removed initial equations from simulation system
Browse files Browse the repository at this point in the history
  • Loading branch information
lochel authored and OpenModelica-Hudson committed Sep 29, 2015
1 parent 210bf97 commit ed9ce6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Compiler/BackEnd/Initialization.mo
Expand Up @@ -2344,6 +2344,7 @@ algorithm
end match;
end for;
shared.removedEqs := BackendEquation.listEquation(listReverse(removedEqsList));
shared.initialEqs := BackendEquation.emptyEqns();
outDAE.shared := shared;
end removeInitializationStuff;

Expand Down

0 comments on commit ed9ce6f

Please sign in to comment.