Skip to content

Commit

Permalink
bounds typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahm-LANL committed Nov 17, 2024
1 parent 9076611 commit 820b9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_bounds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ SCENARIO("Logarithmic, single-grid bounds in the bounds object", "[Bounds]") {
}
}

SCENARIO("Logarithmic, piecewise bounds in boudns object", "[Bounds]") {
SCENARIO("Logarithmic, piecewise bounds in bounds object", "[Bounds]") {
WHEN("We compute a piecewise bounds object with three grids") {
Bounds bnds(Bounds::ThreeGrids(), rho_min, rho_max, rho_normal, 0.5,
N_per_decade_fine, N_factor, N_factor, true);
Expand Down

0 comments on commit 820b9dc

Please sign in to comment.