aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl17
1 files changed, 17 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
new file mode 100644
index 0000000..4067605
--- /dev/null
+++ b/schedule.ccl
@@ -0,0 +1,17 @@
+# Schedule definitions for thorn Norms
+# $Header$
+
+STORAGE: do_nothing_group,handles_group,varinfo,nrdecvar_gr,norm_group,diff_term_group
+
+
+
+schedule Norms_Setup_Vars at ANALYSIS
+{
+ LANG: C
+} "check norm_type and setup the vars info"
+
+
+schedule Norms_Compute_Norms at ANALYSIS
+{
+ LANG: C
+} "compute the norm"