@@ -4696,13 +4696,13 @@ algorithm
46964696 // if only sparsity pattern is generated
46974697 case (((NONE(), (sparsepattern, (diffCompRefs, diffedCompRefs)), colsColors))::rest, SimCode.MODELINFO(vars=simvars), _, name::restnames)
46984698 equation
4699-
4699+
47004700 (_, (_, seedVars)) = traveseSimVars(simvars, findSimVarsCompare, (diffCompRefs, {}));
47014701 Debug.fcall(Flags.JAC_DUMP2, print, "diffCrefs: " +& ComponentReference.printComponentRefListStr(diffCompRefs) +& "\n");
47024702 Debug.fcall(Flags.JAC_DUMP2, print, "\n---+++ seedVars +++---\n");
47034703 Debug.fcall(Flags.JAC_DUMP2, print, Tpl.tplString(SimCodeDump.dumpVarsShort, seedVars));
47044704
4705-
4705+
47064706 (_, (_, indexVars)) = traveseSimVars(simvars, findSimVarsCompare, (diffedCompRefs, {}));
47074707 Debug.fcall(Flags.JAC_DUMP2, print, "diffedCrefs: " +& ComponentReference.printComponentRefListStr(diffedCompRefs) +& "\n");
47084708 Debug.fcall(Flags.JAC_DUMP2, print, "\n---+++ indexVars +++---\n");
@@ -4750,12 +4750,12 @@ algorithm
47504750 Debug.fcall(Flags.JAC_DUMP2, print, "diffCrefs: " +& ComponentReference.printComponentRefListStr(diffCompRefs) +& "\n");
47514751 Debug.fcall(Flags.JAC_DUMP2, print, "\n---+++ seedVars +++---\n");
47524752 Debug.fcall(Flags.JAC_DUMP2, print, Tpl.tplString(SimCodeDump.dumpVarsShort, seedVars));
4753-
4753+
47544754 (_, (_, indexVars)) = traveseSimVars(simvars, findSimVarsCompare, (diffedCompRefs, {}));
47554755 Debug.fcall(Flags.JAC_DUMP2, print, "diffedCrefs: " +& ComponentReference.printComponentRefListStr(diffedCompRefs) +& "\n");
47564756 Debug.fcall(Flags.JAC_DUMP2, print, "\n---+++ indexVars +++---\n");
47574757 Debug.fcall(Flags.JAC_DUMP2, print, Tpl.tplString(SimCodeDump.dumpVarsShort, indexVars));
4758-
4758+
47594759 maxColor = listLength(colsColors);
47604760 s = intString(listLength(diffedVars));
47614761
0 commit comments