From b937b632607a8511af6f2a3e8006c67d0bf8663a Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Fri, 24 May 2024 11:39:19 -0400 Subject: [PATCH] fix spelling from codespell update (#468) --- sphinx_docs/source/makefiles.rst | 2 +- sphinx_docs/source/pert.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sphinx_docs/source/makefiles.rst b/sphinx_docs/source/makefiles.rst index e1102968a..1dc49b8da 100644 --- a/sphinx_docs/source/makefiles.rst +++ b/sphinx_docs/source/makefiles.rst @@ -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)``) diff --git a/sphinx_docs/source/pert.rst b/sphinx_docs/source/pert.rst index 26355cc27..f1fc05124 100644 --- a/sphinx_docs/source/pert.rst +++ b/sphinx_docs/source/pert.rst @@ -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`.