Commit f21974bd authored by Vít Hanousek's avatar Vít Hanousek
Browse files

Fix compilation on gitlab

parent b6b7fd74
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -551,7 +551,7 @@ Synchronize()
    auto distrMesh = this->getMesh().GetDistMesh();
    if(distrMesh != NULL && distrMesh->IsDistributed())
    {
        this->synchronizer.Synchronize<CommunicatorType>(*this);
        this->synchronizer.template Synchronize<CommunicatorType>(*this);
    }
}