We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1348b commit 2bc49d3Copy full SHA for 2bc49d3
OMCompiler/Compiler/BackEnd/DAEMode.mo
@@ -243,6 +243,7 @@ algorithm
243
retSystem := BackendDAEUtil.createEqSystem(travArgs.newDAEVars);
244
retSystem := BackendDAEUtil.setEqSystEqs(retSystem, travArgs.newDAEEquations);
245
retSystem := BackendDAEUtil.setEqSystRemovedEqns(retSystem, syst.removedEqs);
246
+ retSystem := BackendEquation.requationsAddDAE(ExpandableArray.toList(shared.removedEqs), retSystem);
247
248
if exec then execStat("DAEmode: created system: " + intString(BackendDAEUtil.systemSize(retSystem)) + ": " ); end if;
249
0 commit comments