Skip to content
Snippets Groups Projects
Commit 6cfe12be authored by Thomas Witkowski's avatar Thomas Witkowski
Browse files

Fixed small compilation problem in sequential mode.

parent 0e885e23
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,6 @@ namespace AMDiS { ...@@ -53,7 +53,6 @@ namespace AMDiS {
TEST_EXIT(tauPtr)("No tau pointer defined in stationary problem!\n"); TEST_EXIT(tauPtr)("No tau pointer defined in stationary problem!\n");
if (first) { if (first) {
MeshDistributor::globalMeshDistributor->synchVector(*solution);
first = false; first = false;
*unVec = *solution; *unVec = *solution;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment