Skip to content
Snippets Groups Projects
Commit f21974bd authored by Vít Hanousek's avatar Vít Hanousek
Browse files

Fix compilation on gitlab

parent b6b7fd74
No related branches found
No related tags found
No related merge requests found
...@@ -551,7 +551,7 @@ Synchronize() ...@@ -551,7 +551,7 @@ Synchronize()
auto distrMesh = this->getMesh().GetDistMesh(); auto distrMesh = this->getMesh().GetDistMesh();
if(distrMesh != NULL && distrMesh->IsDistributed()) if(distrMesh != NULL && distrMesh->IsDistributed())
{ {
this->synchronizer.Synchronize<CommunicatorType>(*this); this->synchronizer.template Synchronize<CommunicatorType>(*this);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment