Skip to content

Commit

Permalink
Schedule.m: Only use a schedule alias if necessary
Browse files Browse the repository at this point in the history
This was supposed to have been committed before.
  • Loading branch information
ianhinder committed Apr 25, 2012
1 parent 4ab2fb4 commit 32cb862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/CodeGen/Schedule.m
Expand Up @@ -132,7 +132,7 @@
Return[Map[
Join[
{
Name -> GetCalculationScheduleName[calc]<>" as "<>GetCalculationName[calc],
Name -> GetCalculationScheduleName[calc]<>If[GetCalculationScheduleName[calc] =!= GetCalculationName[calc], " as "<>GetCalculationName[calc],""],
SchedulePoint -> # <> relStr,
SynchronizedGroups -> If[StringMatchQ[#, "*MoL_CalcRHS*", IgnoreCase -> True] || StringMatchQ[#, "*MoL_RHSBoundaries*", IgnoreCase -> True],
{},
Expand Down

0 comments on commit 32cb862

Please sign in to comment.