From c4e89ac5dadd28103b4a98eaaa7132f8a0a63100 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Mon, 27 Aug 2018 20:26:19 -0400 Subject: [PATCH] [Doc] Fix another error in SRI reaction docstring --- include/cantera/kinetics/Falloff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cantera/kinetics/Falloff.h b/include/cantera/kinetics/Falloff.h index f3b78f388..b1186efd7 100644 --- a/include/cantera/kinetics/Falloff.h +++ b/include/cantera/kinetics/Falloff.h @@ -183,7 +183,7 @@ protected: * \f[ F = {\left( a \; exp(\frac{-b}{T}) + exp(\frac{-T}{c})\right)}^n * \; d \; T^e \f] * where - * \f[ n = \frac{1.0}{1.0 + {\log_{10} P_r}^2} \f] + * \f[ n = \frac{1.0}{1.0 + (\log_{10} P_r)^2} \f] * * \f$ c \f$ s required to greater than or equal to zero. If it is zero, then * the corresponding term is set to zero.