Fixed warning

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@7 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2009-02-06 17:23:16 +00:00
parent f89faa09a5
commit 6650395296

View File

@@ -335,7 +335,7 @@ private:
typename MeshType::HalfedgeHandle heh; typename MeshType::HalfedgeHandle heh;
// find boundary edge // find boundary edge
for( fe_it=_m.fe_iter( _fh ); fe_it && !_m.is_boundary( fe_it ); ++fe_it ); for( fe_it=_m.fe_iter( _fh ); fe_it && !_m.is_boundary( fe_it ); ++fe_it ) {};
// use precomputed, already inserted but not linked vertices // use precomputed, already inserted but not linked vertices
vhl = _m.property(ep_nv_, fe_it).first; vhl = _m.property(ep_nv_, fe_it).first;