Skip to content

Commit

Permalink
- fix #2553
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18840 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
lochel committed Jan 29, 2014
1 parent e6fb779 commit ed41277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/BackendDAEOptimize.mo
Expand Up @@ -6259,7 +6259,7 @@ algorithm
backendDAEType,
symjacs,
ei);
outDAE := Util.if_(intGt(index, 1), BackendDAE.DAE(systs, shared), inDAE);
outDAE := Util.if_(intGt(index, 1), partitionIndependentBlocks(BackendDAE.DAE(systs, shared)), inDAE);
Debug.fcall2(Flags.DUMP_ENCAPSULATEWHENCONDITIONS, BackendDump.dumpBackendDAE, outDAE, "DAE after PreOptModule >>encapsulateWhenConditions<<");
end encapsulateWhenConditions;

Expand Down

0 comments on commit ed41277

Please sign in to comment.