Skip to content

Commit

Permalink
clang_format
Browse files Browse the repository at this point in the history
  • Loading branch information
dinatraykova committed Nov 5, 2024
1 parent 41e18f5 commit 444869e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Source/Background/KerrSchild.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,9 @@ class KerrSchild
public:
// used to decide when to excise - ie when within the horizon of the BH
// note that this is not templated over data_t
bool check_if_excised(const Coordinates<double> &coords, const double innerH_buffer = 1.05, const double outerH_buffer = 0.9) const
bool check_if_excised(const Coordinates<double> &coords,
const double innerH_buffer = 1.05,
const double outerH_buffer = 0.9) const
{
// black hole params - mass M and spin a
const double M = m_params.mass;
Expand Down

0 comments on commit 444869e

Please sign in to comment.