aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/GRHydro_PPM.F9011
1 files changed, 0 insertions, 11 deletions
diff --git a/src/GRHydro_PPM.F90 b/src/GRHydro_PPM.F90
index cbe31a8..465e1f9 100644
--- a/src/GRHydro_PPM.F90
+++ b/src/GRHydro_PPM.F90
@@ -315,17 +315,6 @@ trivial_rp = .true.
if (.not.apply_enhanced_ppm) then
! Only for 1984 PPM scheme!
if (ppm_detect .ne. 0) then
-
- if (apply_enhanced_ppm) then
- ! make sure drho, d2rho and dmrho are computed everywhere!
- do i = 2, nx-1
- drho(i) = 0.5d0 * (rho(i+1) - rho(i-1))
- d2rho(i) = (rho(i+1) - 2.d0 * rho(i) + rho(i-1))
- end do
- do i = 2, nx-1
- STEEP(rho, drho, dmrho)
- end do
- endif
do i = 3, nx - 2
if ( (d2rho(i+1)*d2rho(i-1) < 0.d0).and.(abs(rho(i+1)-rho(i-1)) - &