Fixed another static occurence in the Hausdorff module

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@798 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2013-01-30 07:03:04 +00:00
parent 1dfb93c687
commit 9d1d1a1a0d

View File

@@ -285,10 +285,9 @@ postprocess_collapse(const CollapseInfo& _ci)
// collect points & neighboring triangles
tmp_points_.clear(); // it's static !
tmp_points_.clear();
faces.reserve(20);
// collect active faces and their points
for (vf_it=mesh_.vf_iter(_ci.v1); vf_it; ++vf_it) {
fh = vf_it.handle();