fix cppcheck warning
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1180 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -253,8 +253,7 @@ TEST_F(OpenMeshVDPM, WriteReadPM)
|
|||||||
decimater.add(hModQuadric);
|
decimater.add(hModQuadric);
|
||||||
decimater.add(hModProg);
|
decimater.add(hModProg);
|
||||||
decimater.initialize();
|
decimater.initialize();
|
||||||
size_t removedVertices = 0;
|
decimater.decimate(0);
|
||||||
removedVertices = decimater.decimate(0);
|
|
||||||
|
|
||||||
std::string filename = "vdpm_test_file.pm";
|
std::string filename = "vdpm_test_file.pm";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user