Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix some codespell issues #1724

Merged
merged 1 commit into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading