From b07c16c70e2d079dddd005ef4a2daf9943203587 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Mon, 2 Oct 2023 20:38:19 -0400 Subject: [PATCH] update due to codespell release --- CHANGES.md | 2 +- util/gcem/README.md | 2 +- util/gcem/docs/source/index.rst | 2 +- util/skynet/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 33147ac41a..c1443cb229 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -362,7 +362,7 @@ # 20.08 * Several of the unit tests had separate C++ and Fortran - implementions. These have been unified (#343, #344, #345) + implementations. These have been unified (#343, #344, #345) * The VBDF integrator was removed (#348) diff --git a/util/gcem/README.md b/util/gcem/README.md index f236d943ae..e6b56cf72b 100644 --- a/util/gcem/README.md +++ b/util/gcem/README.md @@ -129,7 +129,7 @@ constexpr return_t erf(const T x) noexcept; ``` -A set of internal templated `constexpr` functions will implement a continued fraction expansion and return a value of type `return_t`. The output type ('`return_t`') is generally determined by the input type, e.g., `int`, `float`, `double`, `long double`, etc.; when `T` is an intergral type, the output will be upgraded to `return_t = double`, otherwise `return_t = T`. For types not covered by `std::is_integral`, recasts should be used. +A set of internal templated `constexpr` functions will implement a continued fraction expansion and return a value of type `return_t`. The output type ('`return_t`') is generally determined by the input type, e.g., `int`, `float`, `double`, `long double`, etc.; when `T` is an integral type, the output will be upgraded to `return_t = double`, otherwise `return_t = T`. For types not covered by `std::is_integral`, recasts should be used. ## Examples diff --git a/util/gcem/docs/source/index.rst b/util/gcem/docs/source/index.rst index aee04258f2..5a6fed5fa3 100644 --- a/util/gcem/docs/source/index.rst +++ b/util/gcem/docs/source/index.rst @@ -54,7 +54,7 @@ GCE-Math functions are written as C++ templates with ``constexpr`` specifiers. F return_t erf(const T x) noexcept; -A set of internal templated ``constexpr`` functions will implement a continued fraction expansion and return a value of type ``return_t``. The output type ('``return_t``') is generally determined by the input type, e.g., ``int``, ``float``, ``double``, ``long double``, etc; when ``T`` is an intergral type, the output will be upgraded to ``return_t = double``, otherwise ``return_t = T``. For types not covered by ``std::is_integral``, recasts should be used. +A set of internal templated ``constexpr`` functions will implement a continued fraction expansion and return a value of type ``return_t``. The output type ('``return_t``') is generally determined by the input type, e.g., ``int``, ``float``, ``double``, ``long double``, etc; when ``T`` is an integral type, the output will be upgraded to ``return_t = double``, otherwise ``return_t = T``. For types not covered by ``std::is_integral``, recasts should be used. Contents diff --git a/util/skynet/README.md b/util/skynet/README.md index 1cd303c8be..47d208837e 100644 --- a/util/skynet/README.md +++ b/util/skynet/README.md @@ -4,7 +4,7 @@ This directory contains: for comparison tests "burn.py" - runs skynet in parallel on problems stated therein -NOTE: The "presure" option in the skydata class in compare.py can be +NOTE: The "pressure" option in the skydata class in compare.py can be used if the helmoholtz eos executable for finding pressure is located in the directory. The helmholtz eos is freely available from: https://cococubed.com/code_pages/eos.shtml