From 12543e862e5183a5331f750e5a5338709c5deeca Mon Sep 17 00:00:00 2001 From: Ann Almgren Date: Sat, 17 Aug 2024 08:42:54 -0700 Subject: [PATCH] remove duplicate --- Godunov/hydro_godunov_ppm.H | 1 - 1 file changed, 1 deletion(-) diff --git a/Godunov/hydro_godunov_ppm.H b/Godunov/hydro_godunov_ppm.H index 8b08442e1..8ce638579 100644 --- a/Godunov/hydro_godunov_ppm.H +++ b/Godunov/hydro_godunov_ppm.H @@ -1050,7 +1050,6 @@ void PredictStateOnZFace ( const int i, const int j, const int k, const int n, } } else { - constexpr auto half{amrex::Real(0.5)}; constexpr auto two3rds{amrex::Real(2.0/3.0)}; amrex::Real sedge1 = Limiter::sedge1(sm2,sm1,s0,sp1,sp2);