Correct doxygen string for SRI reactions

Should be "T^e" instead of "exp(\frac{-e}{T})" according to CHEMKIN theory guide and actual code in https://github.com/Cantera/cantera/blob/master/src/kinetics/Falloff.cpp#L101 .
This commit is contained in:
g3bk47 2018-08-27 21:17:44 +02:00 committed by Ray Speth
parent 8f2468da52
commit a1f9a178e0

View file

@ -181,7 +181,7 @@ protected:
* \f[ P_r = \frac{k_0 [M]}{k_{\infty}} \f]
*
* \f[ F = {\left( a \; exp(\frac{-b}{T}) + exp(\frac{-T}{c})\right)}^n
* \; d \; exp(\frac{-e}{T}) \f]
* \; d \; T^e \f]
* where
* \f[ n = \frac{1.0}{1.0 + {\log_{10} P_r}^2} \f]
*