mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: autoLayerDriver: reset mesh points to local patch
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user