aboutsummaryrefslogtreecommitdiff
path: root/src/GRHydro_PPM.F90
diff options
context:
space:
mode:
authorcott <cott@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2010-06-30 06:49:09 +0000
committercott <cott@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2010-06-30 06:49:09 +0000
commit4c7a50ebd5984d69f9d957a545f47bbe9338640e (patch)
tree2c3a8935011349ef76331fba6a6146b28b8da226 /src/GRHydro_PPM.F90
parent3bad40dcd189d6b61976a5fcbe65e47c631e2276 (diff)
* remove unused EOS code from GRHydro_PPM.F90
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@129 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'src/GRHydro_PPM.F90')
-rw-r--r--src/GRHydro_PPM.F9018
1 files changed, 0 insertions, 18 deletions
diff --git a/src/GRHydro_PPM.F90 b/src/GRHydro_PPM.F90
index 9a8a3ce..cc42787 100644
--- a/src/GRHydro_PPM.F90
+++ b/src/GRHydro_PPM.F90
@@ -64,11 +64,6 @@ subroutine SimplePPM_1d(handle,poly,&
DECLARE_CCTK_PARAMETERS
-#ifdef _EOS_BASE_INC_
-#undef _EOS_BASE_INC_
-#endif
-#include "EOS_Base.inc"
-
CCTK_INT :: handle,poly,nx
CCTK_REAL :: dx
CCTK_REAL, dimension(nx) :: rho,velx,vely,velz,eps
@@ -109,19 +104,6 @@ subroutine SimplePPM_1d(handle,poly,&
trivial_rp = .true.
-!!$ Loop to set the pressure and eps
-!!$ poly=0
-!!$ if (poly .eq. 0) then
-!!$ do i = 1, nx
-!!$ press(i) = EOS_Pressure(handle, rho(i), eps(i))
-!!$ end do
-!!$ else
-!!$ do i = 1, nx
-!!$ press(i) = EOS_Pressure(handle, rho(i), eps(i))
-!!$ eps(i) = EOS_SpecificIntEnergy(handle, rho(i), press(i))
-!!$ end do
-!!$ end if
-
!!$ Average slopes delta_m(a). See (1.7) of Colella and Woodward, p.178
!!$ This is the expression for an even grid.