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 spelling from codespell update #468

Merged
merged 2 commits into from
May 24, 2024
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
2 changes: 1 addition & 1 deletion sphinx_docs/source/makefiles.rst
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ track down memory issues, uninitialized variables, NaNs, etc.
This can be useful with compiler flags that trap floating point
exceptions (FPEs), but checks on floating point exceptions can also
be enabled through runtime parameters passed to AMReX’s
backtrace functionlity:
backtrace functionality:

- ``amrex.fpe_trap_invalid``: enabling FPE trapping for
invalid operations (e.g. ``0 * inf``, ``sqrt(-1)``)
Expand Down
2 changes: 1 addition & 1 deletion sphinx_docs/source/pert.rst
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ features in the momentum plots shown in :numref:`fig:mom_filaments`.
``use_tfromp = T``

Using ``use_tfromp = F`` and ``dpdt_factor`` :math:`>` 0 results in many runs
crashing very quickly and gives unphyiscal temperature profiles as seen in
crashing very quickly and gives unphysical temperature profiles as seen in
:numref:`fig:tfrompF_unphys`.


Expand Down