fix error in comment
This commit is contained in:
parent
6eb9c42e5c
commit
18531103a6
@ -33,7 +33,7 @@ namespace Opm {
|
|||||||
/*!
|
/*!
|
||||||
* \brief Exception that indicates that a functionality has not been implemented yet.
|
* \brief Exception that indicates that a functionality has not been implemented yet.
|
||||||
*
|
*
|
||||||
* A better name for this class would be 'NotAvailable', but this would conflict with
|
* A better name for this class would be 'NotImplemented', but this would conflict with
|
||||||
* opm-core's exception class of the same name.
|
* opm-core's exception class of the same name.
|
||||||
*/
|
*/
|
||||||
class NotAvailable : public std::logic_error
|
class NotAvailable : public std::logic_error
|
||||||
|
Loading…
Reference in New Issue
Block a user