Add missing 'not' in documentation.

This commit is contained in:
Bård Skaflestad 2014-08-28 10:20:07 +02:00
parent 7f875a6c34
commit 59205f2e65

View File

@ -96,8 +96,8 @@ namespace Opm {
* *
* \param[in] kw ECLIPSE property keyword. * \param[in] kw ECLIPSE property keyword.
* *
* \return Whether or property \c kw exists in the * \return Whether or not property \c kw exists in
* container \c ecl. * the container \c ecl.
*/ */
template <class PropertyContainer> template <class PropertyContainer>
static bool static bool
@ -131,8 +131,8 @@ namespace Opm {
* *
* \param[in] kw ECLIPSE property keyword. * \param[in] kw ECLIPSE property keyword.
* *
* \return Whether or property \c kw exists in the * \return Whether or not property \c kw exists in
* container \c ecl. * the container \c ecl.
*/ */
template <class PropertyContainer> template <class PropertyContainer>
static bool static bool