We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f8c961 commit 579ceaaCopy full SHA for 579ceaa
1 file changed
src/fluid/constrainedTransport/calcRiemannEmf.hpp
@@ -22,8 +22,6 @@ template<typename Phys>
22
void ConstrainedTransport<Phys>::CalcRiemannAverage() {
23
idfx::pushRegion("ConstrainedTransport::calcRiemannAverage");
24
25
-#if EMF_AVERAGE == UCT_HLLD || EMF_AVERAGE == UCT_HLL
26
-
27
// Corned EMFs
28
IdefixArray3D<real> ez = this->ez;
29
#if DIMENSIONS == 3
@@ -428,7 +426,6 @@ void ConstrainedTransport<Phys>::CalcRiemannAverage() {
428
426
#endif
429
427
}
430
);
431
-#endif // EMF_AVERAGE
432
433
idfx::popRegion();
434
0 commit comments