Skip to content

Commit

Permalink
short-circuit variadic_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahm-LANL committed Feb 12, 2024
1 parent 78f6cb4 commit 9bce4e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/microphysics/eos_phoebus/eos_phoebus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
// parthenon includes
#include <parthenon/package.hpp>

// singularity includes
#include <singularity-eos/eos/eos.hpp>

// phoebus includes
#include "microphysics/eos_phoebus/eos_phoebus.hpp"
#include "phoebus_utils/unit_conversions.hpp"
Expand Down
8 changes: 7 additions & 1 deletion src/microphysics/eos_phoebus/eos_phoebus.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@
#include <memory>
#include <parthenon/package.hpp>

#include <singularity-eos/eos/eos.hpp>
#include <singularity-eos/eos/eos_ideal.hpp>
#include <singularity-eos/eos/eos_variant.hpp>
#include <singularity-eos/eos/modifiers/eos_unitsystem.hpp>

#ifdef SPINER_USE_HDF
#include <singularity-eos/eos/eos_stellar_collapse.hpp>
#endif

using namespace parthenon::package::prelude;

Expand Down

0 comments on commit 9bce4e3

Please sign in to comment.