Skip to content

Commit

Permalink
- extend printSchedule for EMPTYSCHEDULE
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21404 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Volker Waurich committed Jul 3, 2014
1 parent de7fe43 commit 0ca026b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Compiler/BackEnd/HpcOmScheduler.mo
Expand Up @@ -3984,6 +3984,10 @@ algorithm
equation
List.map_0(taskDepTasks,printTaskDepSchedule);
then ();
case(HpcOmSimCode.EMPTYSCHEDULE())
equation
print("EMPTYSCHEDULE\n");
then ();
else fail();
end match;
end printSchedule;
Expand Down

0 comments on commit 0ca026b

Please sign in to comment.