From 22dbc8296071a175db77b15a9a6299a0d800358b Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 3 Sep 2001 11:24:14 +0000 Subject: Added CCTK_ARRAY variable "AHFinder::gaussian" with DISTRIB=constant DIM=2 and SIZE=ahf_ntheta+1,ahf_nphi+1. This variable will replace the local one in AHFinder_gau.F. Since it is a CCTK variable now, it is visible to I/O methods, so you can request output for it. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@235 89daf98e-ef62-4674-b946-b8ff9de2216c --- schedule.ccl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'schedule.ccl') diff --git a/schedule.ccl b/schedule.ccl index c854ecd..e873d93 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -13,9 +13,10 @@ schedule AHFinder_SetSym at CCTK_BASEGRID if (ahf_active) { - STORAGE: out_scalars STORAGE: hole1_bounds,hole2_bounds,hole3_bounds,drift_correct_vars + STORAGE: out_scalars + STORAGE: ahfinder_gaussian if (ahf_lmax > 0) { STORAGE: out_1d_legen, out_2d_legen -- cgit v1.2.3