aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
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
{