Skip to content

Commit

Permalink
codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren committed Nov 24, 2024
1 parent cf9593a commit f64043c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/LinearSolvers/ERF_PoissonSolve.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ void ERF::project_velocities (int lev, Real l_dt, Vector<MultiFab>& mom_mf, Mult
amrex::Abort("FFT won't work unless the boxArray covers the domain");
} else {
if (!use_fft) {
amrex::Warning("Using FFT even though you didnt set use_fft = 0; it's the best choice");
amrex::Warning("Using FFT even though you didn't set use_fft = 0; it's the best choice");
}
solve_with_fft(lev, rhs[0], phi[0], fluxes[0]);
}
Expand Down

0 comments on commit f64043c

Please sign in to comment.