aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorhinder <hinder@4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843>2010-06-13 23:13:33 +0000
committerhinder <hinder@4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843>2010-06-13 23:13:33 +0000
commite632c0eacc3293d050aba4484f71dc3b12e3184b (patch)
tree088f1bd82665ca8dc0e3e642811de9d23bf11bad /schedule.ccl
parent3d5f83ecc9a2f39b977823922dbaaac86e49094b (diff)
Remove single mode extraction method
To simplfy the API, and because the common use case is to extract multiple modes, this commit removes support for extracting only a single mode. All modes up to l = l_max (a new parameter) are now computed always. The old parameter l_mode is now deprecated, but if it is used, it is a synonym for l_max. It will eventually be removed. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Multipole/trunk@57 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index a7123ee..3c3ba12 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -18,3 +18,9 @@ if (enable_test)
LANG: C
} "Populate grid functions with spherical harmonics"
}
+
+schedule Multipole_ParamCheck at CCTK_PARAMCHECK
+{
+ LANG: C
+ OPTIONS: GLOBAL
+} "Check Multipole parameters"