Skip to content
Snippets Groups Projects
Commit ecece0b6 authored by Tom Fischer's avatar Tom Fischer Committed by Dmitri Naumov
Browse files

[MeL] Properties: Fix cppcheck 'arg. names diff.' warnings.

parent 66ba5a9d
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ public:
/// Checks if a property vector with given type \c T, \c name, \c
/// mesh_item_type, and \c number_of_components exists.
template <typename T>
bool existsPropertyVector(std::string const& property_name,
bool existsPropertyVector(std::string const& name,
MeshItemType const mesh_item_type,
int const number_of_components) const;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment