Add missing 'not' in documentation.
This commit is contained in:
parent
7f875a6c34
commit
59205f2e65
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user