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

a new friend for UGGridEntity

[[Imported from SVN: r1357]]
parent 809d215a
No related branches found
No related tags found
No related merge requests found
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
#ifndef __DUNE_UGGRIDENTITY_HH__
#define __DUNE_UGGRIDENTITY_HH__
#ifndef DUNE_UGGRIDENTITY_HH
#define DUNE_UGGRIDENTITY_HH
/** \file
* \brief The UGGridEntity class and its specializations
......@@ -123,7 +123,9 @@ namespace Dune {
friend class UGGrid < dim , dimworld >;
friend class UGGridIntersectionIterator < dim, dimworld>;
friend class UGGridHierarchicIterator < dim, dimworld>;
friend class UGGridLevelIterator <0,dim,dimworld,All_Partition>;
template <int codim_, int dim_, int dimworld_, PartitionIteratorType PiType_>
friend class UGGridLevelIterator;
// Either UG3d::ELEMENT or UG2d:ELEMENT
typedef typename TargetType<0,dim>::T UGElementType;
......
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