From 0edde01197bf439cb2db8c06ee39bcb79c8470e8 Mon Sep 17 00:00:00 2001 From: granzuglia <guido.ranzuglia@isti.cnr.it> Date: Fri, 27 Jul 2012 17:48:17 +0000 Subject: [PATCH] - removed compiler time error from TestIntersection to TestFaceFaceIntersection --- vcg/complex/algorithms/hole.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/complex/algorithms/hole.h b/vcg/complex/algorithms/hole.h index f8ae531e..dc4a8887 100644 --- a/vcg/complex/algorithms/hole.h +++ b/vcg/complex/algorithms/hole.h @@ -407,7 +407,7 @@ namespace vcg { for(it = this->AdjacencyRing().begin();it!= this->AdjacencyRing().end();++it) { if(!(*it)->IsD()) - if( tri::Clean<MESH>::TestIntersection(&(*f),*it)) + if( tri::Clean<MESH>::TestFaceFaceIntersection(&(*f),*it)) { this->e0.f->FFp(this->e0.z)= this->e0.f; this->e0.f->FFi(this->e0.z)=a1;