aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--interface.ccl8
-rw-r--r--schedule.ccl3
2 files changed, 6 insertions, 5 deletions
diff --git a/interface.ccl b/interface.ccl
index 6eb1977..2af7f08 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -127,7 +127,7 @@ REAL out_2d_legen TYPE=ARRAY DISTRIB=CONSTANT DIM=2 SIZE=ahf_lmax,ahf_lmax
out_cc,out_cs
} "Output of cc and cs coefficients"
-#REAL out_2d_gauss TYPE=ARRAY DISTRIB=CONSTANT DIM=2 SIZE=ahf_ntheta+1,ahf_nphi+1
-#{
-# out_gauss
-#} "Output of gaussian curvature"
+REAL ahfinder_gaussian TYPE=ARRAY DISTRIB=CONSTANT DIM=2 SIZE=ahf_ntheta+1,ahf_nphi+1
+{
+ gaussian
+} "Gaussian Curvature"
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