From 2b7e7b5f45f5aca110e2fd770b019e5ff80878d5 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Tue, 21 Jan 2025 18:46:14 -0500 Subject: [PATCH] fix some codespell issues new version 2.4.0 released --- .codespell-ignore-words | 3 +++ integration/utils/numerical_jacobian.H | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.codespell-ignore-words b/.codespell-ignore-words index 25908b2add..5733a7b09c 100644 --- a/.codespell-ignore-words +++ b/.codespell-ignore-words @@ -1,3 +1,4 @@ +aprox blocs bloc inout @@ -13,3 +14,5 @@ coul dum crate vie +hep +ine diff --git a/integration/utils/numerical_jacobian.H b/integration/utils/numerical_jacobian.H index 9822380410..d396c69bcd 100644 --- a/integration/utils/numerical_jacobian.H +++ b/integration/utils/numerical_jacobian.H @@ -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);