Comment and indent bracketZero().

This commit is contained in:
Atgeirr Flø Rasmussen 2012-06-04 16:54:41 +02:00
parent ed33a780c0
commit 7a31716185

View File

@ -293,7 +293,8 @@ namespace Opm
/// Attempts to find an interval bracketing a zero by successive
/// enlargement of search interval.
template <class Functor> template <class Functor>
inline void bracketZero(const Functor& f, inline void bracketZero(const Functor& f,
const double x0, const double x0,
@ -326,6 +327,9 @@ namespace Opm
} }
} // namespace Opm } // namespace Opm