fix error in comment

This commit is contained in:
Andreas Lauser 2015-07-28 17:24:03 +02:00
parent 6eb9c42e5c
commit 18531103a6

View File

@ -33,7 +33,7 @@ namespace Opm {
/*!
* \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.
*/
class NotAvailable : public std::logic_error