Doxygen addition to elim a doxygen warning.

This commit is contained in:
Harry Moffat 2008-01-01 19:09:39 +00:00
parent b1f41ab6de
commit 771b03e646

View file

@ -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.