cppcheck warnings
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@941 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -160,12 +160,11 @@ set_active_vertices()
|
||||
|
||||
|
||||
// tagg all active vertices
|
||||
bool active;
|
||||
for (v_it=mesh_.vertices_begin(); v_it!=v_end; ++v_it)
|
||||
{
|
||||
active = ((nothing_selected || mesh_.status(*v_it).selected())
|
||||
&& !mesh_.is_boundary(*v_it)
|
||||
&& !mesh_.status(*v_it).locked());
|
||||
bool active = ((nothing_selected || mesh_.status(*v_it).selected())
|
||||
&& !mesh_.is_boundary(*v_it)
|
||||
&& !mesh_.status(*v_it).locked());
|
||||
|
||||
if ( skip_features_ ) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user