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

language

[[Imported from SVN: r6270]]
parent a36ede17
No related branches found
No related tags found
No related merge requests found
...@@ -286,7 +286,7 @@ namespace Dune { ...@@ -286,7 +286,7 @@ namespace Dune {
return ! ((*this)==other); return ! ((*this)==other);
} }
/** \brief lesser operation for use with maps */ /** \brief less-than operation for use with maps */
bool operator < (const GeometryType& other) const { bool operator < (const GeometryType& other) const {
if (none) if (none)
return false; return false;
...@@ -304,7 +304,7 @@ namespace Dune { ...@@ -304,7 +304,7 @@ namespace Dune {
{ {
if (a.isSimplex()) if (a.isSimplex())
{ {
s << "(__simplex, " << a.dim() << ")"; s << "(simplex, " << a.dim() << ")";
return s; return s;
} }
if (a.isCube()) if (a.isCube())
......
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