removed a spurious debug exportply

This commit is contained in:
Paolo Cignoni 2013-12-04 17:37:41 +00:00
parent ce859f666e
commit 85ac0b3c4b
1 changed files with 1 additions and 1 deletions

View File

@ -853,7 +853,7 @@ static void QuadricRelax(MeshType &m, std::vector<VertexType *> &seedVec, std::v
} }
tri::UpdateColor<MeshType>::PerVertexQualityRamp(m); tri::UpdateColor<MeshType>::PerVertexQualityRamp(m);
tri::io::ExporterPLY<MeshType>::Save(m,"last.ply",tri::io::Mask::IOM_VERTCOLOR + tri::io::Mask::IOM_VERTQUALITY ); // tri::io::ExporterPLY<MeshType>::Save(m,"last.ply",tri::io::Mask::IOM_VERTCOLOR + tri::io::Mask::IOM_VERTQUALITY );
// update the seedvector with the new maxima (For the vertex not selected) // update the seedvector with the new maxima (For the vertex not selected)
for(size_t i=0;i<m.vert.size();++i) for(size_t i=0;i<m.vert.size();++i)