Skip to content

Commit

Permalink
cleanup hydro_driver.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWibking committed Mar 4, 2024
1 parent 693e994 commit b626153
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/hydro/hydro_driver.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ class HydroDriver : public MultiStageDriver {
auto MakeTaskCollection(BlockList_t &blocks, int stage) -> TaskCollection;
};

TaskStatus CalculateCoolingRateProfile(MeshData<Real> *md);
KOKKOS_FORCEINLINE_FUNCTION auto computeCoolingRate(Real rho, Real P) -> Real;

} // namespace Hydro

#endif // HYDRO_HYDRO_DRIVER_HPP_

0 comments on commit b626153

Please sign in to comment.