Skip to content
Snippets Groups Projects
Commit a6cba03d authored by Christian Engwer's avatar Christian Engwer
Browse files

update documentation

[[Imported from SVN: r6446]]
parent a2a4e57f
Branches
Tags
No related merge requests found
......@@ -118,6 +118,9 @@ namespace Dune {
}
/** \brief Constructor for vertices and segments */
// We need this constructor for "int" and "unsigned int",
// because otherwise GeometryType(int) would try to call the
// generic GeometryType(TopologyType) constructor
explicit GeometryType(int dim)
: topologyId_(0), dim_(dim), none_(false)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment