aboutsummaryrefslogtreecommitdiff
path: root/Tools/CodeGen/Schedule.m
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2012-04-30 21:35:52 +0200
committerIan Hinder <ian.hinder@aei.mpg.de>2012-04-30 21:35:52 +0200
commite28caac46d817eb9b8e41274bd3bb6a5a22b9ed4 (patch)
tree2675a24a2a572099837e202e5f91549c22c4536f /Tools/CodeGen/Schedule.m
parentdba02bc0a5d5679ec83538b5d7e9350708eea0f6 (diff)
Schedule.m: Fix bug from previous commit
Diffstat (limited to 'Tools/CodeGen/Schedule.m')
-rw-r--r--Tools/CodeGen/Schedule.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/CodeGen/Schedule.m b/Tools/CodeGen/Schedule.m
index c8fac55..962ffd6 100644
--- a/Tools/CodeGen/Schedule.m
+++ b/Tools/CodeGen/Schedule.m
@@ -213,8 +213,8 @@ scheduleCalc[calc_, groups_, thornName_, OptionsPattern[]] :=
SchedulePoint -> "in " <> groupName,
Language -> CodeGenC`SOURCELANGUAGE,
Tags -> tags,
- RequiredGroups -> groupsToRequire,
- ProvidedGroups -> groupsToProvide,
+ RequiredGroups -> variablesToRead,
+ ProvidedGroups -> variablesToWrite,
Comment -> lookup[calc, Name]
};