Skip to content

Commit

Permalink
code-spell updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mukul1992 committed Oct 18, 2024
1 parent 480eafb commit 9e5f85b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion amr-wind/utilities/index_operations.H
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace amr_wind::utils {

//! Return closest index (from lower) of value in vector
//! lbound verion is required for ERF coupling
//! lbound version is required for ERF coupling
AMREX_FORCE_INLINE int closest_index_ubound(
const amrex::Vector<amrex::Real>& vec, const amrex::Real value)
{
Expand Down
2 changes: 1 addition & 1 deletion amr-wind/wind_energy/ABLBoundaryPlane.H
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ private:
const amrex::AmrCore& m_mesh;

#ifdef ERF_AMR_WIND_MULTIBLOCK
// pointer to pointer : when ABL boundary plane gets intiialized, amr-wind
// pointer to pointer : when ABL boundary plane gets initialized, amr-wind
// CFDsim does not yet have the up to date pointer to the mbc or the
// read_erf function, be careful: if this is used before amr-wind gets the
// mbc pointer set bad things will happen
Expand Down

0 comments on commit 9e5f85b

Please sign in to comment.