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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user