aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-26 18:44:07 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-26 18:44:07 +0000
commit7c75fbd310c89d6a0577f0e567a1e20e9ab7a8b8 (patch)
treec0c40da0c20a8b9f0c848918a6e30bece09fc2bf /schedule.ccl
parent80179ea5d94fb0598160565c1fc4a81daf9c0028 (diff)
oops, forgot to turn storage on for the Cactus arrays!
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@861 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 7d485d4..8fc6720 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,6 +1,10 @@
# Schedule definitions for thorn AHFinderDirect
# $Header$
+# these are small, so there's no harm in having storage for them always on
+STORAGE: BH_diagnostics__int
+STORAGE: BH_diagnostics__real
+
schedule AHFinderDirect_setup at CCTK_BASEGRID after SpatialCoordinates
{
lang: C