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

type() removed

[[Imported from SVN: r1165]]
parent 0c980d59
No related branches found
No related tags found
No related merge requests found
......@@ -22,14 +22,6 @@ namespace Dune {
UGGridBoundaryEntity () : _neigh(-1), _geom (false)
{}
//! return type of boundary , i.e. Neumann, Dirichlet ...
BoundaryType type ()
{
// std::cerr << "UGGridBoundaryEntity::type(): Preliminary implementation,"
// "always returns 'Dirichlet'\n";
return Dirichlet;
}
//! return identifier of boundary segment, number
int id ()
{
......
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