diff --git a/src/PassiveScalar/test_scalars.cpp b/src/PassiveScalar/test_scalars.cpp index a7a553b4a..e768e1ef0 100644 --- a/src/PassiveScalar/test_scalars.cpp +++ b/src/PassiveScalar/test_scalars.cpp @@ -70,7 +70,6 @@ template <> void RadhydroSimulation::setInitialConditionsOnGrid(q scalar = 0.0; } - const auto gamma = quokka::EOS_Traits::gamma; for (int n = 0; n < state_cc.nComp(); ++n) { state_cc(i, j, k, n) = 0.; } @@ -112,7 +111,6 @@ void RadhydroSimulation::computeReferenceSolution(amrex::MultiFab scalar = 0.0; } - const auto gamma = quokka::EOS_Traits::gamma; for (int n = 0; n < ncomp; ++n) { stateExact(i, j, k, n) = 0.; }