Skip to content

Commit

Permalink
Removed redundancy in templates, brief review
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23629 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
mflehmig committed Dec 2, 2014
1 parent ba0ab84 commit 09ad2d8
Show file tree
Hide file tree
Showing 4 changed files with 547 additions and 595 deletions.
3 changes: 1 addition & 2 deletions Compiler/BackEnd/HpcOmScheduler.mo
Expand Up @@ -63,7 +63,7 @@ public type TaskAssignment = array<Integer>; //the information which node <idx>
//--------------
// No Scheduling
//--------------
public function createEmptySchedule "function createListSchedule
public function createEmptySchedule "function createEmptySchedule
author: marcusw
Create a empty-schedule to produce the serial code."
input HpcOmTaskGraph.TaskGraph iTaskGraph;
Expand Down Expand Up @@ -1532,7 +1532,6 @@ end convertScheduleStrucToInfoLevel1;
//-----------------
// Balanced Level Scheduling
//-----------------

public function createBalancedLevelScheduling "function createBalancedLevelScheduling
author: waurich TUD
Creates a balanced level scheduling for the given graph"
Expand Down

0 comments on commit 09ad2d8

Please sign in to comment.