Skip to content
Snippets Groups Projects

Feature/amalgamated

Closed Stephan Schulz requested to merge feature/amalgamated into refactor
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
+ 0
1
@@ -344,7 +344,6 @@ template <class T, class W> void Staggered_LB<T, W>::balance(int) {
@@ -344,7 +344,6 @@ template <class T, class W> void Staggered_LB<T, W>::balance(int) {
}
}
template <class T, class W> void Staggered_LB<T, W>::find_neighbors() {
template <class T, class W> void Staggered_LB<T, W>::find_neighbors() {
int dimension = this->getDimension();
auto work = this->getWork();
auto work = this->getWork();
auto vertices = this->prevVertices;
auto vertices = this->prevVertices;
auto shifted_vertices = this->vertices;
auto shifted_vertices = this->vertices;
Loading