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

Document fix whitespace

parent 66797967
No related branches found
No related tags found
No related merge requests found
// -*- c-basic-offset:4 tab-width:4 -*-
#ifndef VTK_BASIS_GRID_FUNCTION_HH #ifndef VTK_BASIS_GRID_FUNCTION_HH
#define VTK_BASIS_GRID_FUNCTION_HH #define VTK_BASIS_GRID_FUNCTION_HH
...@@ -14,7 +16,6 @@ namespace Dune { ...@@ -14,7 +16,6 @@ namespace Dune {
template <class Basis, class CoefficientType> template <class Basis, class CoefficientType>
class VTKBasisGridFunction class VTKBasisGridFunction
: public VTKFunction<typename Basis::GridView::Grid> { : public VTKFunction<typename Basis::GridView::Grid> {
typedef VTKFunction<typename Basis::GridView::Grid> 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