Doxygen addition to elim a doxygen warning.
This commit is contained in:
parent
b1f41ab6de
commit
771b03e646
1 changed files with 1 additions and 0 deletions
|
|
@ -146,6 +146,7 @@ namespace Cantera {
|
|||
const doublereal SqrtTen = std::sqrt(10.0);
|
||||
//! sqrt(8)
|
||||
const doublereal SqrtEight = std::sqrt(8.0);
|
||||
//! sqrt(2)
|
||||
const doublereal SqrtTwo = std::sqrt(2.0);
|
||||
|
||||
//! smallest number to compare to zero.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue