Skip to content

Commit

Permalink
[Janitor mode] Fix whitespace
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22164 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Sep 8, 2014
1 parent 07ad137 commit 5882315
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/HpcOmSimCode.mo
Expand Up @@ -41,7 +41,7 @@ encapsulated package HpcOmSimCode
list<Integer> otherVars; //a list of not optimized variables
end MEMORYMAP_ARRAY;
end MemoryMap;

public uniontype CommunicationInfo //stored more detailed informations about a communication (edge)
record COMMUNICATION_INFO
list<SimCode.SimVar> floatVars; //the float, int and boolean variables that have to be transfered
Expand Down
2 changes: 1 addition & 1 deletion Compiler/BackEnd/HpcOmTaskGraph.mo
Expand Up @@ -486,7 +486,7 @@ protected function updateCommCostBySccRef "author: marcusw
Updates the given commCosts-array with the values of the refCount-list."
input list<tuple<Integer,list<Integer>,list<Integer>,list<Integer>>> requiredSccs_RefCount; //<sccIdx,refCountInt,refCountFloat,refCountBool>
input Integer nodeIdx;
input array<Communications> iCommCosts;
input array<Communications> iCommCosts;
output array<Communications> oCommCosts;
//the communications, created for the given node (nodeIdx) - the required time is set to -1.0, the childNode-idx is set the the parent-idx of the ref counter!
output Communications oNodeComms;
Expand Down

0 comments on commit 5882315

Please sign in to comment.