aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
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"