Skip to content
Snippets Groups Projects
Commit dab67ba5 authored by mattijs's avatar mattijs
Browse files

pointZones resetting during update

parent 0f646646
Branches
Tags
No related merge requests found
......@@ -305,12 +305,6 @@ Foam::polyMesh::readUpdateState Foam::polyMesh::readUpdate()
pointZones_.set(czI, newPointZones[czI].clone(pointZones_));
}
pointZones_.setSize(newPointZones.size());
forAll (pointZones_, pzI)
{
pointZones_[pzI] = newPointZones[pzI];
}
faceZoneMesh newFaceZones
(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment