aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: 8d80d060b065c50d41766b97ff9d1177279eb0ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Schedule definitions for thorn Norms
# $Header$

STORAGE: varinfo nrdecvar_gr bgvals_group



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"