Skip to content
Snippets Groups Projects
Commit 74b26787 authored by Peter Bastian's avatar Peter Bastian
Browse files

some comments updated

[[Imported from SVN: r2966]]
parent 24793f9a
No related branches found
No related tags found
No related merge requests found
......@@ -218,7 +218,7 @@ namespace Dune
asImp().increment();
}
//! return true if intersection is with boundary. \todo connection with boundary information, processor/outer boundary
//! return true if this intersection is with boundary. \todo connection with boundary information, processor/outer boundary
bool boundary () const
{
return asImp().boundary();
......@@ -228,7 +228,7 @@ namespace Dune
return asImp().boundaryEntity();
}
//! return true if intersection is with neighbor on this level.
//! return true if intersection is with another element (might be on a lower level).
bool neighbor () const
{
return asImp().neighbor();
......
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