Follow class renaming.

This commit is contained in:
Atgeirr Flø Rasmussen 2015-11-13 11:37:53 +01:00
parent d3af817ff2
commit 0de2cff986

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_;