mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: searchableSurfaceControl: Size the size and alignment fields
This commit is contained in:
@ -566,6 +566,8 @@ void Foam::searchableSurfaceControl::initialVertices
|
|||||||
) const
|
) const
|
||||||
{
|
{
|
||||||
pts = searchableSurface_.points();
|
pts = searchableSurface_.points();
|
||||||
|
sizes.setSize(pts.size());
|
||||||
|
alignments.setSize(pts.size());
|
||||||
|
|
||||||
const scalar nearFeatDistSqrCoeff = 1e-8;
|
const scalar nearFeatDistSqrCoeff = 1e-8;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user