diff --git a/dune/gfe/mixedriemanniantrsolver.hh b/dune/gfe/mixedriemanniantrsolver.hh index 407ecc816c6c3c0e2607e092bcfb8e9888ad73e0..69306d4a98bc72008d25a28bbf03db0bc788914f 100644 --- a/dune/gfe/mixedriemanniantrsolver.hh +++ b/dune/gfe/mixedriemanniantrsolver.hh @@ -95,7 +95,10 @@ public: x1_ = x1; } - //SolutionType getSol() const {return x_;} + std::tuple<SolutionType0,SolutionType1> getSol() const + { + return std::make_tuple(x0_,x1_); + } protected: #if 0