Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
atmyers committed Jun 29, 2023
1 parent 76f1fe9 commit 5f1354a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Base/AMReX_PODVector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace amrex::VectorGrowthStrategy

// clamp user input to reasonable values
constexpr Real min_factor = 1.05_rt;
constexpr Real max_factorf = 4._rt;
constexpr Real max_factor = 4._rt;

if (growth_factor < min_factor) {
if (Verbose()) {
Expand Down

0 comments on commit 5f1354a

Please sign in to comment.