aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@f4913095-0e4f-0410-abea-a123d184f1f3>2005-03-21 15:47:04 +0000
committerschnetter <schnetter@f4913095-0e4f-0410-abea-a123d184f1f3>2005-03-21 15:47:04 +0000
commit0b2fc3b6c08d39f19eb684f5ab2afa7e32947a68 (patch)
treea0383df15723cd2c0830b521dc880e7b601cf079 /schedule.ccl
parent09fe20dcf18cfe2f6e1902dd702b482218f4fe81 (diff)
Some fixes. Remove some unused variables. Some cleanup. May still
have a problem. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Norms/trunk@10 f4913095-0e4f-0410-abea-a123d184f1f3
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl8
1 files changed, 5 insertions, 3 deletions
diff --git a/schedule.ccl b/schedule.ccl
index cdc6421..8d80d06 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,17 +1,19 @@
# Schedule definitions for thorn Norms
# $Header$
-STORAGE: do_nothing_group,handles_group,varinfo,nrdecvar_gr,norm_group,diff_term_group, bgvals_group
+STORAGE: varinfo nrdecvar_gr bgvals_group
-schedule Norms_Setup_Vars at ANALYSIS
+schedule Norms_Setup_Vars at WRAGH
{
LANG: C
+ OPTIONS: global
} "check norm_type and setup the vars info"
-
schedule Norms_Compute_Norms at ANALYSIS
{
LANG: C
+ STORAGE: diff_term_group norm_group
+ TRIGGERS: norm_group
} "compute the norm"