Skip to content
Snippets Groups Projects
Commit 30cd74d6 authored by Oliver Sander's avatar Oliver Sander
Browse files

Remove some left-over occurrences of YaspEntityPointer

parent 3b59ce3d
No related branches found
No related tags found
1 merge request!164Remove the file entitypointer.hh
Pipeline #
......@@ -56,7 +56,6 @@ namespace Dune {
template<int dim, class Coordinates> class YaspGrid;
template<int mydim, int cdim, class GridImp> class YaspGeometry;
template<int codim, int dim, class GridImp> class YaspEntity;
template<int codim, class GridImp> class YaspEntityPointer;
template<int codim, class GridImp> class YaspEntitySeed;
template<int codim, PartitionIteratorType pitype, class GridImp> class YaspLevelIterator;
template<class GridImp> class YaspIntersectionIterator;
......@@ -1609,9 +1608,6 @@ namespace Dune {
friend class Dune::YaspIntersection<const Dune::YaspGrid<dim, Coordinates> >;
friend class Dune::YaspEntity<0, dim, const Dune::YaspGrid<dim, Coordinates> >;
template <int codim_, class GridImp_>
friend class Dune::YaspEntityPointer;
template<int codim_, int dim_, class GridImp_, template<int,int,class> class EntityImp_>
friend class Entity;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment