Skip to content
Snippets Groups Projects
Commit dcd31136 authored by Christian Engwer's avatar Christian Engwer
Browse files

template methods have to be called with the template keyword

merge to release

[[Imported from SVN: r1173]]
parent 34eaf162
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment