aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authortradke <tradke@89daf98e-ef62-4674-b946-b8ff9de2216c>2001-08-30 13:26:14 +0000
committertradke <tradke@89daf98e-ef62-4674-b946-b8ff9de2216c>2001-08-30 13:26:14 +0000
commite16d875e8857d0069283426a9d431db1f4f287e0 (patch)
tree8b9885704f868d789fd5bffe4c0d4e5bdd04e6b9 /schedule.ccl
parent6b9a2779d1bf3fa2160442ddba1736ce27fe35b1 (diff)
Enable storage for AHFinder's CCTK_SCALAR variables.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@230 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl6
1 files changed, 4 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index c6b38dd..9949484 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -13,16 +13,18 @@ schedule AHFinder_SetSym at CCTK_BASEGRID
if (ahf_active)
{
+ STORAGE: out_scalars
+ STORAGE: hole1_bounds,hole2_bounds,hole3_bounds
+
if (ahf_lmax > 0)
{
- STORAGE: out_scalars, out_1d_legen, out_2d_legen
+ STORAGE: out_1d_legen, out_2d_legen
}
if (ahf_persists)
{
STORAGE: ahfindergrid,ahfinderexp,ahfgradient,ahfinder_gauss,find3grid
STORAGE: ahfmask
- STORAGE: hole1_bounds,hole2_bounds,hole3_bounds
schedule ahfinder at CCTK_POSTSTEP
{