Skip to content
Snippets Groups Projects
Commit 0273a0a2 authored by Rene Halver's avatar Rene Halver
Browse files

fixed bug in ALL_Tensor, missing vertex update

parent d3eb2d91
Branches
Tags
No related merge requests found
Pipeline #74803 passed
...@@ -250,6 +250,8 @@ template <class T, class W> void Tensor_LB<T, W>::balance(int) { ...@@ -250,6 +250,8 @@ template <class T, class W> void Tensor_LB<T, W>::balance(int) {
else else
newVertices.at(1)[i] = this->prevVertices.at(1)[i]; newVertices.at(1)[i] = this->prevVertices.at(1)[i];
} }
this->setVertices(newVertices);
} }
// provide list of neighbors // provide list of neighbors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment