Skip to content
Snippets Groups Projects

Feature/fix warnings

Merged Stephan Schulz requested to merge feature/fix_warnings into refactor
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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
Loading