From 42bd3a71478454cab1a1810a3bbeb282245068bc Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Fri, 4 Nov 2011 11:48:25 +0100 Subject: [PATCH] Adjust to changes in dune-grid(r7723) --- dune/vtkgridfunction.hh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dune/vtkgridfunction.hh b/dune/vtkgridfunction.hh index 58b1feb8..09d67fae 100644 --- a/dune/vtkgridfunction.hh +++ b/dune/vtkgridfunction.hh @@ -14,9 +14,8 @@ namespace Dune { * \tparam CoefficientType The vector type for the coefficients. */ template <class Basis, class CoefficientType> -class VTKBasisGridFunction - : public VTKFunction<typename Basis::GridView::Grid> { - typedef VTKFunction<typename Basis::GridView::Grid> Base; +class VTKBasisGridFunction : public VTKFunction<typename Basis::GridView> { + typedef VTKFunction<typename Basis::GridView> Base; typedef typename Basis::LocalFiniteElement::Traits::LocalBasisType::Traits:: RangeType RangeType; -- GitLab