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

constructor is explicit now

[[Imported from SVN: r1435]]
parent fc679e08
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ namespace Dune
}
//! copy constructor from GeometryImp
Geometry(const GeometryImp<mydim,cdim,GridImp> & e) : realGeometry(e) {};
explicit Geometry(const GeometryImp<mydim,cdim,GridImp> & e) : realGeometry(e) {};
};
//! Specialization of Geometry for mydim=0 (vertices)
......
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