Skip to content

Commit

Permalink
- Fix bootstrapping test.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16581 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Jul 12, 2013
1 parent 8609ed6 commit 761c5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/HpcOmTaskGraph.mo
Expand Up @@ -3780,7 +3780,7 @@ protected
list<Integer> rootNodes;
array<String> nodeNames;
array<String> nodeDescs;
array<Integer,Integer> exeCosts;
array<tuple<Integer,Integer>> exeCosts;
array<list<tuple<Integer,Integer,Integer>>> commCosts;
array<Integer>nodeMark;
TaskGraphMeta graphData;
Expand Down

0 comments on commit 761c5d6

Please sign in to comment.