Skip to content
Snippets Groups Projects
Commit 42bd3a71 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Adjust to changes in dune-grid(r7723)

parent 7b36189e
No related branches found
No related tags found
No related merge requests found
...@@ -14,9 +14,8 @@ namespace Dune { ...@@ -14,9 +14,8 @@ namespace Dune {
* \tparam CoefficientType The vector type for the coefficients. * \tparam CoefficientType The vector type for the coefficients.
*/ */
template <class Basis, class CoefficientType> template <class Basis, class CoefficientType>
class VTKBasisGridFunction class VTKBasisGridFunction : public VTKFunction<typename Basis::GridView> {
: public VTKFunction<typename Basis::GridView::Grid> { typedef VTKFunction<typename Basis::GridView> Base;
typedef VTKFunction<typename Basis::GridView::Grid> Base;
typedef typename Basis::LocalFiniteElement::Traits::LocalBasisType::Traits:: typedef typename Basis::LocalFiniteElement::Traits::LocalBasisType::Traits::
RangeType RangeType; RangeType RangeType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment