From dcd311365b88d8f3cb75121b722f425f723a66c4 Mon Sep 17 00:00:00 2001 From: Christian Engwer <christi@dune-project.org> Date: Mon, 1 Feb 2010 14:39:53 +0000 Subject: [PATCH] template methods have to be called with the template keyword merge to release [[Imported from SVN: r1173]] --- dune/istl/paamg/test/galerkintest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dune/istl/paamg/test/galerkintest.cc b/dune/istl/paamg/test/galerkintest.cc index 67e0caed7..0c068a18d 100644 --- a/dune/istl/paamg/test/galerkintest.cc +++ b/dune/istl/paamg/test/galerkintest.cc @@ -45,7 +45,7 @@ void testCoarsenIndices(int N) BCRSMat mat = setupAnisotropic2d<BS>(N, indices, cc, &n); - pinfo.remoteIndices().rebuild<false>(); + pinfo.remoteIndices().template rebuild<false>(); typedef Dune::Amg::MatrixGraph<BCRSMat> MatrixGraph; typedef Dune::Amg::SubGraph<Dune::Amg::MatrixGraph<BCRSMat>,std::vector<bool> > SubGraph; -- GitLab