Merge branch 'cpp_check_fixes' into 'master'

Fixed some cppcheck warnings

See merge request OpenMesh/OpenMesh!161
This commit is contained in:
Jan Möbius
2018-04-05 11:32:41 +02:00
20 changed files with 53 additions and 56 deletions

View File

@@ -13,7 +13,7 @@ public:
public:
// construct with a given mesh
SmootherT(Mesh& _mesh)
explicit SmootherT(Mesh& _mesh)
: mesh_(_mesh)
{
mesh_.add_property( cog_ );