Skip to content

Commit

Permalink
fix some codespell issues (#1724)
Browse files Browse the repository at this point in the history
new version 2.4.0 released
  • Loading branch information
zingale authored Jan 27, 2025
1 parent c3e4566 commit 88c36e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .codespell-ignore-words
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
aprox
blocs
bloc
inout
Expand All @@ -13,3 +14,5 @@ coul
dum
crate
vie
hep
ine
2 changes: 1 addition & 1 deletion integration/utils/numerical_jacobian.H
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ void numerical_jac(BurnT& state, const jac_info_t& jac_info, JacNetArray2D& jac)

w = integrator_rp::rtol_spec * std::abs(yj) + integrator_rp::atol_spec;

// the incremement we use in the derivative is defined in the LSODE paper, Eq. 3.35
// the increment we use in the derivative is defined in the LSODE paper, Eq. 3.35

amrex::Real dy = amrex::max(std::sqrt(U) * std::abs(yj), r0 * w);

Expand Down

0 comments on commit 88c36e0

Please sign in to comment.