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

LevelIteratorFactory is friend

[[Imported from SVN: r1064]]
parent 648b8205
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,8 @@ namespace Dune {
Enables iteration over all entities of a given codimension and level of a grid.
*/
template <int codim, int dim, int dimworld, PartitionIteratorType PiType>
class LevelIteratorFactory;
template<int codim, int dim, int dimworld, PartitionIteratorType pitype>
class UGGridLevelIterator :
......@@ -24,6 +26,10 @@ namespace Dune {
friend class UGGridEntity<1,dim,dimworld>;
friend class UGGridEntity<0,dim,dimworld>;
friend class UGGrid < dim , dimworld >;
friend class LevelIteratorFactory<2,2,2,All_Partition>;
friend class LevelIteratorFactory<0,2,2,All_Partition>;
public:
//friend class UGGrid<dim,dimworld>;
......
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