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.
|
||||
*
|
||||
* \return Whether or property \c kw exists in the
|
||||
* container \c ecl.
|
||||
* \return Whether or not property \c kw exists in
|
||||
* the container \c ecl.
|
||||
*/
|
||||
template <class PropertyContainer>
|
||||
static bool
|
||||
@ -131,8 +131,8 @@ namespace Opm {
|
||||
*
|
||||
* \param[in] kw ECLIPSE property keyword.
|
||||
*
|
||||
* \return Whether or property \c kw exists in the
|
||||
* container \c ecl.
|
||||
* \return Whether or not property \c kw exists in
|
||||
* the container \c ecl.
|
||||
*/
|
||||
template <class PropertyContainer>
|
||||
static bool
|
||||
|
Loading…
Reference in New Issue
Block a user