Skip to content

Commit

Permalink
Dump partitions info in BackendDump.printShared function
Browse files Browse the repository at this point in the history
  • Loading branch information
gossen authored and OpenModelica-Hudson committed Aug 31, 2015
1 parent 81dc5b0 commit 60202fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Compiler/BackEnd/BackendDump.mo
Expand Up @@ -270,6 +270,8 @@ algorithm
dumpTimeEvents(inShared.eventInfo.timeEvents, "Time Events");
end if;
dumpConstraintList(inShared.constraints, "Constraints");
dumpBasePartitions(inShared.partitionsInfo.basePartitions, "Base partitions");
dumpSubPartitions(inShared.partitionsInfo.subPartitions, "Sub partitions");
end printShared;

public function printBasePartitions
Expand Down

0 comments on commit 60202fe

Please sign in to comment.