From 832c8a578ee7f8b59bbd9da0a66df78440ea8157 Mon Sep 17 00:00:00 2001 From: rhaas Date: Mon, 11 Feb 2013 16:30:23 +0000 Subject: GRHydro: remove commented out code, update docs From: Roland Haas git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@481 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45 --- doc/documentation.tex | 2 +- src/GRHydro_Con2PrimM.F90 | 12 ------------ 2 files changed, 1 insertion(+), 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 -- cgit v1.2.3