Skip to content

Commit 579ceaa

Browse files
committed
remove spurious EMF_AVERAGE flags
1 parent 6f8c961 commit 579ceaa

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/fluid/constrainedTransport/calcRiemannEmf.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ template<typename Phys>
2222
void ConstrainedTransport<Phys>::CalcRiemannAverage() {
2323
idfx::pushRegion("ConstrainedTransport::calcRiemannAverage");
2424

25-
#if EMF_AVERAGE == UCT_HLLD || EMF_AVERAGE == UCT_HLL
26-
2725
// Corned EMFs
2826
IdefixArray3D<real> ez = this->ez;
2927
#if DIMENSIONS == 3
@@ -428,7 +426,6 @@ void ConstrainedTransport<Phys>::CalcRiemannAverage() {
428426
#endif
429427
}
430428
);
431-
#endif // EMF_AVERAGE
432429

433430
idfx::popRegion();
434431
}

0 commit comments

Comments
 (0)