size_t fixes
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@862 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -358,8 +358,8 @@ size_t McDecimaterT<Mesh>::decimate_constraints_only(float _factor) {
|
|||||||
this->set_error_tolerance_factor(_factor);
|
this->set_error_tolerance_factor(_factor);
|
||||||
|
|
||||||
unsigned int n_collapses(0);
|
unsigned int n_collapses(0);
|
||||||
unsigned int nv = mesh_.n_vertices();
|
size_t nv = mesh_.n_vertices();
|
||||||
unsigned int nf = mesh_.n_faces();
|
size_t nf = mesh_.n_faces();
|
||||||
|
|
||||||
bool lastCollapseIllegal = false;
|
bool lastCollapseIllegal = false;
|
||||||
// number of illegal collapses that occurred in a row
|
// number of illegal collapses that occurred in a row
|
||||||
|
|||||||
Reference in New Issue
Block a user