Skip to content
Snippets Groups Projects
Commit 3521cbe1 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

Changes of IndexSet Interface

[[Imported from SVN: r2914]]
parent 9838adfe
No related branches found
No related tags found
No related merge requests found
......@@ -70,9 +70,10 @@ namespace Dune {
}
//! return geometry types this set has indices for
const std::vector< GeometryType > & geomTypes() const
const std::vector< GeometryType > & geomTypes(int codim) const
{
return grid_.geomTypes();
// returns all simplex
return grid_.geomTypes(codim);
}
private:
......
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