Some size_t fixes

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@928 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2013-08-14 16:33:26 +00:00
parent fb8baf09a8
commit 9d1213ed6b
4 changed files with 5 additions and 5 deletions

View File

@@ -308,7 +308,7 @@ int main(int argc, char **argv)
std::cout << " done [" << t.as_string() << "]\n";
t.reset();
int rc;
size_t rc;
size_t nv = mesh.n_vertices();
std::cout << "Begin decimation (#V " << nv << ")\n";