unnecessary clear

This commit is contained in:
mattijs
2008-12-16 22:30:38 +00:00
parent a1c8a6c24c
commit 8b446b1ec1

View File

@ -3355,7 +3355,6 @@ Foam::autoPtr<Foam::mapPolyMesh> Foam::polyTopoChange::makeMesh
faceZoneFlip_.clear();
faceZoneFlip_.resize(0);
cellZone_.clear();
cellZone_.clearStorage();
}