- removed compiler time error from TestIntersection to TestFaceFaceIntersection

This commit is contained in:
granzuglia 2012-07-27 17:48:17 +00:00
parent 2aa57698ad
commit 0edde01197
1 changed files with 1 additions and 1 deletions

View File

@ -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;