Skip to content
Snippets Groups Projects
Commit 49acf925 authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Remove obsolete 'friend' declaration

The class LocalGfeTestFunctionBasis was removed in a recent commit,
and I forgot to remove a friend declaration for it.
parent 266a5864
1 merge request!180Make local GFE functions get a dune-functions basis
......@@ -21,11 +21,6 @@
namespace Dune::GFE
{
// forward declaration
template <class LocalFiniteElement, class TargetSpace>
class LocalGfeTestFunctionBasis;
/** \brief A function defined by simplicial geodesic interpolation
from the reference element to a Riemannian manifold.
......@@ -47,8 +42,6 @@ namespace Dune::GFE
static const int embeddedDim = EmbeddedTangentVector::dimension;
static const int spaceDim = TargetSpace::TangentVector::dimension;
friend class LocalGfeTestFunctionBasis<LocalFiniteElement,TargetSpace>;
public:
/** \brief The type used for derivatives */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment