diff --git a/src/fluid/constrainedTransport/calcRiemannEmf.hpp b/src/fluid/constrainedTransport/calcRiemannEmf.hpp index 3c9479c2..2779ffba 100644 --- a/src/fluid/constrainedTransport/calcRiemannEmf.hpp +++ b/src/fluid/constrainedTransport/calcRiemannEmf.hpp @@ -22,8 +22,6 @@ template void ConstrainedTransport::CalcRiemannAverage() { idfx::pushRegion("ConstrainedTransport::calcRiemannAverage"); -#if EMF_AVERAGE == UCT_HLLD || EMF_AVERAGE == UCT_HLL - // Corned EMFs IdefixArray3D ez = this->ez; #if DIMENSIONS == 3 @@ -428,7 +426,6 @@ void ConstrainedTransport::CalcRiemannAverage() { #endif } ); -#endif // EMF_AVERAGE idfx::popRegion(); }