fix cppcheck warning

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1180 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Matthias Möller
2014-10-15 09:45:31 +00:00
parent b6dcb8ada6
commit 3750e2a633

View File

@@ -253,8 +253,7 @@ TEST_F(OpenMeshVDPM, WriteReadPM)
decimater.add(hModQuadric);
decimater.add(hModProg);
decimater.initialize();
size_t removedVertices = 0;
removedVertices = decimater.decimate(0);
decimater.decimate(0);
std::string filename = "vdpm_test_file.pm";