Skip to content
Snippets Groups Projects
Commit 271e8980 authored by Timo Koch's avatar Timo Koch
Browse files

Remove wrong const qualifier when returning by value

parent 1294b8a5
No related branches found
No related tags found
1 merge request!617[WIP] Next
......@@ -170,7 +170,7 @@ public:
}
//! The geometry of the sub control volume face
const Geometry geometry() const
Geometry geometry() const
{
return Geometry(geomType_, corners_);
}
......
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