Skip to content

Commit

Permalink
- added revised dumpAsGraphMLSccLevel
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16541 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Volker Waurich committed Jul 4, 2013
1 parent 6bb6851 commit 0485366
Show file tree
Hide file tree
Showing 2 changed files with 279 additions and 110 deletions.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/HpcOmSimCode.mo
Expand Up @@ -139,7 +139,7 @@ algorithm
//HpcOmTaskGraph.printTaskGraphMeta(taskGraphData);

// get the task graph for the ODEsystem
(taskGraphOde,taskGraphDataOde) = HpcOmTaskGraph.getOdeSystem(taskGraph,taskGraphData,inBackendDAE);
(taskGraphOde,taskGraphDataOde) = HpcOmTaskGraph.getOdeSystem(taskGraph,taskGraphData,inBackendDAE,filenamePrefix);
//HpcOmTaskGraph.printTaskGraph(taskGraphOde);
//HpcOmTaskGraph.printTaskGraphMeta(taskGraphDataOde);

Expand Down

0 comments on commit 0485366

Please sign in to comment.