Skip to content

Commit

Permalink
remove spurious EMF_AVERAGE flags
Browse files Browse the repository at this point in the history
  • Loading branch information
glesur committed Dec 4, 2024
1 parent 6f8c961 commit 579ceaa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/fluid/constrainedTransport/calcRiemannEmf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ template<typename Phys>
void ConstrainedTransport<Phys>::CalcRiemannAverage() {
idfx::pushRegion("ConstrainedTransport::calcRiemannAverage");

#if EMF_AVERAGE == UCT_HLLD || EMF_AVERAGE == UCT_HLL

// Corned EMFs
IdefixArray3D<real> ez = this->ez;
#if DIMENSIONS == 3
Expand Down Expand Up @@ -428,7 +426,6 @@ void ConstrainedTransport<Phys>::CalcRiemannAverage() {
#endif
}
);
#endif // EMF_AVERAGE

idfx::popRegion();
}
Expand Down

0 comments on commit 579ceaa

Please sign in to comment.