Loading src/TNL/Functions/MeshFunction_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -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); } } Loading Loading
src/TNL/Functions/MeshFunction_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -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); } } Loading