Missed two in the last commit

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@942 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2013-08-21 11:29:16 +00:00
parent 5cd4bc0444
commit 3964a0028f
2 changed files with 5 additions and 5 deletions

View File

@@ -107,7 +107,6 @@ build_strips()
{
Strip experiments[3];
typename Mesh::HalfedgeHandle h[3];
size_t best_length,length , best_idx;
FaceHandles faces[3];
typename FaceHandles::iterator fh_it, fh_end;
typename Mesh::FaceIter f_it, f_end=mesh_.faces_end();
@@ -148,8 +147,9 @@ build_strips()
// build 3 strips, take best one
best_length = 0;
best_idx = 0;
size_t best_length = 0;
size_t best_idx = 0;
size_t length;
for (size_t i=0; i<3; ++i)
{
build_strip(h[i], experiments[i], faces[i]);