corretto bug: SaveMeshType to MyMesh

This commit is contained in:
Paolo Cignoni 2005-03-02 11:11:47 +00:00
parent ba729ee777
commit 0277184638
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ public:
fprintf(o,"2\n");
fprintf(o,"ENTITIES\n");
MyMesh::FaceIterator fi;
SaveMeshType::FaceIterator fi;
for(fi=m.face.begin(); fi!=m.face.end(); ++fi)
{
Point3f v0 = (*fi).V(0)->P();