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

Commit

Permalink
deactivated sort of jacobian in SimCodeUtil
Browse files Browse the repository at this point in the history
  • Loading branch information
niklwors authored and OpenModelica-Hudson committed Dec 14, 2016
1 parent cab8786 commit d1572e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/SimCode/SimCodeUtil.mo
Original file line number Diff line number Diff line change
Expand Up @@ -3354,7 +3354,7 @@ algorithm
(beqs, sources) = BackendDAEUtil.getEqnSysRhs(inEquationArray, inVars, SOME(inFuncs));
beqs = listReverse(beqs);
simJac = List.map1(jac, jacToSimjac, inVars);
simJac = List.sort(simJac,simJacCSRToCSC);
//simJac = List.sort(simJac,simJacCSRToCSC);

then ({SimCode.SES_LINEAR(SimCode.LINEARSYSTEM(iuniqueEqIndex, mixedEvent, simVars, beqs, simJac, {}, NONE(), sources, 0), NONE())}, iuniqueEqIndex+1, itempvars);

Expand Down

0 comments on commit d1572e3

Please sign in to comment.