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

boundaryEntity() is const

[[Imported from SVN: r1790]]
parent 641f68bf
No related branches found
No related tags found
No related merge requests found
......@@ -229,9 +229,9 @@ numberInNeighbor () const
template<class GridImp>
inline
UGGridBoundaryEntity<GridImp>&
const UGGridBoundaryEntity<GridImp>&
UGGridIntersectionIterator<GridImp>::
boundaryEntity ()
boundaryEntity () const
{
return boundaryEntity_;
}
......@@ -65,7 +65,7 @@ namespace Dune {
bool neighbor () const;
//! return information about the Boundary
UGGridBoundaryEntity<GridImp> & boundaryEntity ();
const UGGridBoundaryEntity<GridImp> & boundaryEntity () const;
//! intersection of codimension 1 of this neighbor with element where
//! iteration started.
......
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