Skip to content

Commit

Permalink
Load-balance algebraics
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14825 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jan 18, 2013
1 parent 0f7fc29 commit f249667
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Compiler/BackEnd/SimCodeUtil.mo
Original file line number Diff line number Diff line change
Expand Up @@ -1568,6 +1568,7 @@ algorithm
initialEquations = List.map(initialEquations, addDivExpErrorMsgtoSimEqSystem);

odeEquations = makeEqualLengthLists(odeEquations, Config.noProc());
algebraicEquations = makeEqualLengthLists(algebraicEquations, Config.noProc());

// generate jacobian or linear model matrices
LinearMatrices = createJacobianLinearCode(symJacs, modelInfo, uniqueEqIndex);
Expand Down

0 comments on commit f249667

Please sign in to comment.