BUG: searchableSurfaceControl: Size the size and alignment fields

This commit is contained in:
laurence 2013-01-07 13:31:35 +00:00
parent d722378fc4
commit a13d9b50d0

View File

@ -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;