Skip to content

Commit

Permalink
- fix bootstrapper
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18724 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Volker Waurich committed Jan 22, 2014
1 parent 0e1ead3 commit 81e2c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/BackendDAEOptimize.mo
Expand Up @@ -8676,7 +8676,7 @@ algorithm
daeEqLst = resolveLoops12(m,mT,eqIdcs,varIdcs,daeVarLst,daeEqLst,{});
daeEqs = BackendEquation.listEquation(daeEqLst);

systTmp = BackendDAE.EQSYSTEM(daeVars,daeEqs,NONE(),NONE(),BackendDAE.NO_MATCHING,stateSets);
systTmp = BackendDAE.EQSYSTEM(daeVars,daeEqs,NONE(),NONE(),BackendDAE.NO_MATCHING(),stateSets);
systTmp = resolveLinearSystem(compIdx+1,compsIn,systTmp,sharedIn);
then
systTmp;
Expand Down

0 comments on commit 81e2c12

Please sign in to comment.