Skip to content
Snippets Groups Projects
Commit e1c7ff6e authored by Stephan Schulz's avatar Stephan Schulz
Browse files

fix ignored-qualifier warning

parent d892f69b
No related branches found
No related tags found
2 merge requests!10Feature/fix warnings,!8Refactor
This commit is part of merge request !12. Comments created here will be created in the context of that merge request.
......@@ -160,7 +160,7 @@ public:
/// method the get the number of vertices stored for the local domain
/// @return number of local vertices
const int getNVertices() { return vertices.size(); }
int getNVertices() { return vertices.size(); }
/// method to set undefined method specific data, which is not shared between
/// different methods but needs to be set by a unified interface
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment