[Doc] Fix another error in SRI reaction docstring
This commit is contained in:
parent
a1f9a178e0
commit
c4e89ac5da
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue