Merge pull request #927 from atgeirr/fix-rename-error

Follow class renaming.
This commit is contained in:
Atgeirr Flø Rasmussen 2015-11-13 11:39:12 +01:00
commit d9dfd852f5

View File

@ -34,7 +34,7 @@ namespace Opm {
namespace detail
{
template <class Solver, class State>
class SolutionTimeErrorSolverWrapper : public SolutionTimeErrorInterface
class SolutionTimeErrorSolverWrapper : public RelativeChangeInterface
{
const Solver& solver_;
const State& previous_;