Skip to content

Commit

Permalink
- use partlintornsystem only flag controlled
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23207 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Volker Waurich committed Nov 5, 2014
1 parent 4736f03 commit 22beed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/HpcOmEqSystems.mo
Expand Up @@ -94,7 +94,7 @@ algorithm
BackendDAE.Shared shared;
case(BackendDAE.DAE(eqs=eqs,shared=shared))
equation
//true = Flags.isSet(Flags.PARTLINTORNSYSTEM);
true = Flags.isSet(Flags.PARTLINTORNSYSTEM);
(eqs,_) = List.map1Fold(eqs,reduceLinearTornSystem,shared,1);
then BackendDAE.DAE(eqs,shared);
else then daeIn;
Expand Down

0 comments on commit 22beed0

Please sign in to comment.