aboutsummaryrefslogtreecommitdiff
path: root/src/AHFinder_dat.F
diff options
context:
space:
mode:
Diffstat (limited to 'src/AHFinder_dat.F')
-rw-r--r--src/AHFinder_dat.F10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/AHFinder_dat.F b/src/AHFinder_dat.F
index 4e31ed8..a7fc589 100644
--- a/src/AHFinder_dat.F
+++ b/src/AHFinder_dat.F
@@ -49,6 +49,8 @@
CCTK_REAL hw,cw,nw
CCTK_REAL dx,dy,dz
+ CCTK_REAL avgx,avgy,avgz
+
CCTK_REAL, allocatable, dimension (:) :: c0,c0_0,c0_1,c0_2,c0_old
CCTK_REAL, allocatable, dimension (:,:) :: cc,cc_0,cc_1,cc_2,cc_old
CCTK_REAL, allocatable, dimension (:,:) :: cs,cs_0,cs_1,cs_2,cs_old
@@ -59,8 +61,6 @@
character*200 filestr
- CCTK_REAL avgx, avgy
-
data ahf_ncall / 0 /
data status_old / .false. /
data status_old_0 / .false. /
@@ -163,9 +163,11 @@
!
! inside_min_neg_count Number of elements in integral that have
! negative expansion.
+!
+! avgx X-position of centroid of apparent horizon
+! avgy Y-position of centroid of apparent horizon
+! avgz Z-position of centroid of apparent horizon
-! avgx X-position of centroid of apparent horizon
-! avgy Y-position of centroid of apparent horizon
! ***************
! *** END ***