Skip to content
Snippets Groups Projects

Feature/amalgamated

Closed Stephan Schulz requested to merge feature/amalgamated into refactor
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -160,7 +160,7 @@ public:
@@ -160,7 +160,7 @@ public:
/// method the get the number of vertices stored for the local domain
/// method the get the number of vertices stored for the local domain
/// @return number of local vertices
/// @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
/// method to set undefined method specific data, which is not shared between
/// different methods but needs to be set by a unified interface
/// different methods but needs to be set by a unified interface
Loading