Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahm-LANL committed Jun 28, 2023
1 parent 186df26 commit 806b940
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/monopole_gr/monopole_gr_interface.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,11 @@
#include <parthenon/package.hpp>
#include <utils/error_checking.hpp>

#include "monopole_gr/monopole_gr_base.hpp"

using namespace parthenon::package::prelude;

namespace MonopoleGR {

// forward declarations
class Hypersurface_host_t;
class Matter_host_t;
class Radius;

std::shared_ptr<StateDescriptor> Initialize(ParameterInput *pin);
Real EstimateTimeStep(StateDescriptor *pkg);
Real EstimateTimestepBlock(MeshBlockData<Real> *rc);
Expand Down

0 comments on commit 806b940

Please sign in to comment.