From f21974bd9e4ad2ce6fff422b90b4fca7282f7546 Mon Sep 17 00:00:00 2001
From: "hanouvit@vz" <vithanousek@seznam.cz>
Date: Sat, 5 May 2018 14:58:10 +0200
Subject: [PATCH] Fix compilation on gitlab

---
 src/TNL/Functions/MeshFunction_impl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/TNL/Functions/MeshFunction_impl.h b/src/TNL/Functions/MeshFunction_impl.h
index 671e7d743f..437313830a 100644
--- a/src/TNL/Functions/MeshFunction_impl.h
+++ b/src/TNL/Functions/MeshFunction_impl.h
@@ -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);
     }
 }
 
-- 
GitLab