Skip to content
Snippets Groups Projects
Commit 57f16540 authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

Merge branch 'issue/lagrange_base_type' into 'master'

remove LagrangePreBasis forward declaration

See merge request !110
parents 2078bcb8 08a8e3ca
No related branches found
No related tags found
1 merge request!110remove LagrangePreBasis forward declaration
......@@ -29,9 +29,6 @@ namespace Dune
template <class MI, class IMS, class... SPB>
class CompositePreBasis;
template <class GV, int k, class MI>
class LagrangePreBasis;
template <class MI, class IMS, class SPB, std::size_t C>
class PowerPreBasis;
......@@ -50,7 +47,7 @@ namespace AMDiS
template <class PreBasis, class TP>
class NodeIdSet;
/// \brief PRovide global ids for all DOFs in a global basis
/// \brief Provide global ids for all DOFs in a global basis
/**
* A GlobalBasisIdSet provides and interface to retrieve unique IDs
* (over all partitions) for all DOFs in the basis. It is implemented
......
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