BUG: searchableSurfaceControl: Size the size and alignment fields
This commit is contained in:
parent
d722378fc4
commit
a13d9b50d0
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user