aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2013-02-11 16:30:23 +0000
committerrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2013-02-11 16:30:23 +0000
commit832c8a578ee7f8b59bbd9da0a66df78440ea8157 (patch)
tree5881dcd365ce333e8c7418dbcb76856a2f4761be
parentc0c3a486860a16083f1cf76153e9aabad4880cd6 (diff)
GRHydro: remove commented out code, update docs
From: Roland Haas <rhaas@tapir.caltech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@481 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
-rw-r--r--doc/documentation.tex2
-rw-r--r--src/GRHydro_Con2PrimM.F9012
2 files changed, 1 insertions, 13 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 1a8d6c2..8329280 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -1991,7 +1991,7 @@ GRAstro\_Hydro} codes gave an essential benchmark to aim for, and
encouragement that it was possible!
Thirdly, the support of the Cactus team, especially Tom Goodale,
-Gabrielle Allen and Thomas Radke made (and continues to make) life a
+Gabrielle Allen and Thomas Radke made life a
lot easier.
Finally, for their work in coding, ideas and suggestions, or just
diff --git a/src/GRHydro_Con2PrimM.F90 b/src/GRHydro_Con2PrimM.F90
index 99260c0..d59cc9c 100644
--- a/src/GRHydro_Con2PrimM.F90
+++ b/src/GRHydro_Con2PrimM.F90
@@ -660,18 +660,6 @@ subroutine Conservative2PrimitiveM(CCTK_ARGUMENTS)
end if
-! ! Again, reset 3-metric only for con2prim inversion. Restoring
-! ! the current values for the 3-metric:
-! if(.not.posdef)then
-! g11(i,j,k) = g11c
-! g12(i,j,k) = g12c
-! g13(i,j,k) = g13c
-! g22(i,j,k) = g22c
-! g23(i,j,k) = g23c
-! g33(i,j,k) = g33c
-! posdef = .true.
-! endif
-!
end do
end do
end do