aboutsummaryrefslogtreecommitdiff
path: root/src/AHFinder.F
diff options
context:
space:
mode:
authormiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2001-07-04 07:10:58 +0000
committermiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2001-07-04 07:10:58 +0000
commit8332ca23fdd5a6a78b99eabd24ceb235e71b4b04 (patch)
tree132c3f09c4580f7b5a2d4c20ccf903f0681ff31a /src/AHFinder.F
parent605a02f35956c560c251962c7c6d41d0529c154d (diff)
The asymmetry indices are now normalized by the monopole term.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@213 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'src/AHFinder.F')
-rw-r--r--src/AHFinder.F6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/AHFinder.F b/src/AHFinder.F
index 5402396..65770a4 100644
--- a/src/AHFinder.F
+++ b/src/AHFinder.F
@@ -1693,7 +1693,7 @@
end if
if (status.and.report) then
- write(1,"(2ES14.6)") cctk_time,asymx
+ write(1,"(2ES14.6)") cctk_time,asymx/c0(0)
else
write(1,"(2ES14.6)") cctk_time,0.0D0
end if
@@ -1723,7 +1723,7 @@
end if
if (status.and.report) then
- write(1,"(2ES14.6)") cctk_time,asymy
+ write(1,"(2ES14.6)") cctk_time,asymy/c0(0)
else
write(1,"(2ES14.6)") cctk_time,0.0D0
end if
@@ -1757,7 +1757,7 @@
end if
if (status.and.report) then
- write(1,"(2ES14.6)") cctk_time,asymz
+ write(1,"(2ES14.6)") cctk_time,asymz/c0(0)
else
write(1,"(2ES14.6)") cctk_time,0.0D0
end if