Skip to content

Commit

Permalink
format.
Browse files Browse the repository at this point in the history
  • Loading branch information
dholladay00 committed Oct 23, 2023
1 parent 8c79d39 commit 653cc14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_eos_stellar_collapse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ SCENARIO("Test 3D reinterpolation to fast log grid", "[StellarCollapse]") {
constexpr int N2 = 100;
constexpr int N1 = 101;
constexpr int N0 = 102;
StellarCollapse::Grid_t g2(1.0/N2, 1, N2);
StellarCollapse::Grid_t g2(1.0 / N2, 1, N2);
StellarCollapse::Grid_t g1(1, 3, N1);
StellarCollapse::Grid_t g0(2, 4, N0);
StellarCollapse::DataBox db(N2, N1, N0);
Expand Down

0 comments on commit 653cc14

Please sign in to comment.