Skip to content

Commit

Permalink
Keep also removed equations of empty eq systems
Browse files Browse the repository at this point in the history
  • Loading branch information
lochel authored and OpenModelica-Hudson committed Oct 5, 2015
1 parent 7c88a18 commit ca9109b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Compiler/BackEnd/Initialization.mo
Expand Up @@ -1099,6 +1099,7 @@ algorithm
eqs := syst::eqs;
else
outRemovedEqns := listAppend(outRemovedEqns, BackendEquation.equationList(syst.orderedEqs));
outRemovedEqns := listAppend(outRemovedEqns, BackendEquation.equationList(syst.removedEqs));
end if;
end for;
dae := BackendDAE.DAE(eqs, initDAE.shared);
Expand Down

0 comments on commit ca9109b

Please sign in to comment.