Skip to content

Commit

Permalink
fix spelling from codespell update (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale authored May 24, 2024
1 parent d9a9263 commit b937b63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit b937b63

Please sign in to comment.