Skip to content

Commit

Permalink
Fix codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
zhichen3 committed Dec 18, 2023
1 parent 2bdc371 commit 0702803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nse_solver/nse_compatibility/nse_network_compatibility.H
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ void nse_network_compatibility()
Real dlogrho = (std::log10(rho_max) - std::log10(rho_min))/static_cast<Real>(nrho-1);
Real dlogT = (std::log10(T_max) - std::log10(T_min))/static_cast<Real>(nT-1);

// Create massfraction 2d array to hold 3 differents sets of initial mass fractions
// Create massfraction 2d array to hold 3 different sets of initial mass fractions
// Corresponding to ye < 0.5, ye = 0.5, and ye > 0.5

amrex::Array2D<Real, 1, 3, 1, NumSpec+1, Order::C> massfractions;
Expand Down

0 comments on commit 0702803

Please sign in to comment.