BUG: autoLayerDriver: reset mesh points to local patch

This commit is contained in:
mattijs
2013-10-14 08:54:56 +01:00
parent 1906726e00
commit 94097396ae

View File

@ -1127,6 +1127,8 @@ void Foam::autoLayerDriver::medialAxisSmoothingInfo
&& !adaptPatches.found(patchI)
)
{
const labelList& meshPoints = pp.meshPoints();
// Check the type of the patchField. The types are
// - fixedValue (0 or more layers) but the >0 layers have
// already been handled in the adaptPatches loop