Skip to content

Commit

Permalink
remove esum.H include (#1410)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale authored Dec 15, 2023
1 parent bdf6a18 commit 1e5c78e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions screening/screen_data.H
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#include <network.H>
#include <microphysics_math.H>

using namespace amrex;

namespace scrn {
class screen_factors_t {

Expand Down
1 change: 0 additions & 1 deletion util/microphysics_math.H
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

#include <AMReX.H>
#include <AMReX_REAL.H>
#include <esum.H>

// Override definitions of constants in GCEM to work around lack of support
// on Power9 for long double. We don't use arithmetic > 64 bit anyway.
Expand Down

0 comments on commit 1e5c78e

Please sign in to comment.