Skip to content
Snippets Groups Projects
Commit 4d520830 authored by Henry's avatar Henry
Browse files

refinementSurfaces: Correct for clang

parent 7c1545f0
No related branches found
No related tags found
No related merge requests found
......@@ -515,7 +515,7 @@ void Foam::refinementSurfaces::setMinLevelFields
if (geom.regions().size() > 1 && geom.globalSize() > 10)
{
// Representative local coordinates
const pointField ctrs = geom.coordinates();
const pointField ctrs(geom.coordinates());
labelList minLevelField(ctrs.size(), -1);
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment