Skip to content
Snippets Groups Projects
Commit a13d9b50 authored by laurence's avatar laurence
Browse files

BUG: searchableSurfaceControl: Size the size and alignment fields

parent d722378f
Branches
Tags
No related merge requests found
......@@ -566,6 +566,8 @@ void Foam::searchableSurfaceControl::initialVertices
) const
{
pts = searchableSurface_.points();
sizes.setSize(pts.size());
alignments.setSize(pts.size());
const scalar nearFeatDistSqrCoeff = 1e-8;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment