From e9073e4e1d20f3c73df9fe2f0abfea30cb24fe9d Mon Sep 17 00:00:00 2001 From: jtclemm Date: Tue, 26 Nov 2024 16:19:19 -0700 Subject: [PATCH] Missed changes --- doc/src/fix_rheo.rst | 2 +- src/RHEO/fix_rheo_pressure.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/fix_rheo.rst b/doc/src/fix_rheo.rst index 6341df1a1f..0214289dee 100644 --- a/doc/src/fix_rheo.rst +++ b/doc/src/fix_rheo.rst @@ -123,7 +123,7 @@ zero implies there is no shifting in the normal direction and a value of *scaleshift* of one implies no change in behavior. This scaling is only applied to atoms with a color function value greater than *cmin*. To handle scenarios of a small inclusion of one fluid type (e.g. a single atom) inside another, -the amount of same-type support is calculated +the degree of same-type support is calculated .. math:: W_{i,\mathrm{same}} = \sum_{j} W_{ij} \delta_{ij} diff --git a/src/RHEO/fix_rheo_pressure.h b/src/RHEO/fix_rheo_pressure.h index ac60d1644d..ea9aca3169 100644 --- a/src/RHEO/fix_rheo_pressure.h +++ b/src/RHEO/fix_rheo_pressure.h @@ -38,7 +38,7 @@ class FixRHEOPressure : public Fix { double calc_rho(double, int); double calc_csq(double, int); int variable_csq; - int invertable_pressure; + int invertible_pressure; private: double *c_cubic, *csq, *csqinv, *rho0, *rho0inv, *tpower, *pbackground, *gamma;