followup of the FaceVectorHasVFAdjacency name change

This commit is contained in:
Paolo Cignoni 2012-11-07 22:52:36 +00:00
parent a97119dde3
commit c655072b93
1 changed files with 1 additions and 1 deletions

View File

@ -764,7 +764,7 @@ namespace io {
}
if(!m.face.empty()){
if(FaceVectorHasPerFaceVFAdjacency(m.face))
if(FaceVectorHasVFAdjacency(m.face))
for(vi = m.vert.begin(); vi != m.vert.end(); ++vi){
(*vi).VFp() = (*vi).VFp()-(FaceType*)offsetF+ &m.face[0];
(*vi).VFp() = (*vi).VFp()-(FaceType*)offsetF+ &m.face[0];