Fixed some cppcheck warnings
This commit is contained in:
@@ -13,7 +13,7 @@ public:
|
||||
public:
|
||||
|
||||
// construct with a given mesh
|
||||
SmootherT(Mesh& _mesh)
|
||||
explicit SmootherT(Mesh& _mesh)
|
||||
: mesh_(_mesh)
|
||||
{
|
||||
mesh_.add_property( cog_ );
|
||||
|
||||
Reference in New Issue
Block a user