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@21346 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Jun 30, 2014
1 parent e9b0cc4 commit 281175e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/HpcOmScheduler.mo
Expand Up @@ -3969,7 +3969,7 @@ protected
algorithm
workload := arrayCreate(numProc,0.0);
workload := List.fold(sectionCosts,getLevelParallelTime1,workload);
levelCost := Util.arrayFold(workload,realMax,0.0);
levelCost := Util.arrayFold(workload,realMax,0.0);
end getLevelParallelTime;

protected function getLevelParallelTime1"helper function for getLevelParallelTime. distributes the current section to the thread with the least workload
Expand Down

0 comments on commit 281175e

Please sign in to comment.