Skip to content
This repository was archived by the owner on May 18, 2019. It is now read-only.

Commit f482eaf

Browse files
vwaurichOpenModelica-Hudson
authored andcommitted
fix for partlintorn
1 parent 237c61c commit f482eaf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Compiler/BackEnd/HpcOmEqSystems.mo

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -509,12 +509,12 @@ algorithm
509509

510510
// handle the strongComponent (system of equations) to solve the tearing vars
511511
(compsEqSys,resEqsOut,tVarsOut,addEqLst,addVarLst) := buildEqSystemComponent(resEqIdcs0,tVarIdcs0,resEqsOut,tVarsOut,a_iArr,ishared);
512-
(resEqsOut,_) := BackendVarTransform.replaceEquations(hs,derRepl,NONE());//introduce der(.) for $DER.i
513-
//BackendDump.dumpComponents(compsEqSys);
514-
//BackendDump.dumpVarList(tVarsOut,"tVarsOut");
515-
//BackendDump.dumpEquationList(resEqsOut,"resEqsOut");
516-
//BackendDump.dumpVarList(addVarLst,"addVarLst");
517-
//BackendDump.dumpEquationList(addEqLst,"addEqLst");
512+
(resEqsOut,_) := BackendVarTransform.replaceEquations(resEqsOut,derRepl,NONE());//introduce der(.) for $DER.i
513+
//BackendDump.dumpComponents(compsEqSys);
514+
//BackendDump.dumpVarList(tVarsOut,"tVarsOut");
515+
//BackendDump.dumpEquationList(resEqsOut,"resEqsOut");
516+
//BackendDump.dumpVarList(addVarLst,"addVarLst");
517+
//BackendDump.dumpEquationList(addEqLst,"addEqLst");
518518

519519
eqsNewOut := listAppend(eqsNewOut,addEqLst);
520520
varsNewOut := listAppend(varsNewOut,addVarLst);

0 commit comments

Comments
 (0)