Skip to content
Snippets Groups Projects
Commit 65105e06 authored by Markus Blatt's avatar Markus Blatt
Browse files

Adapted test to changes in galerkin.hh

[[Imported from SVN: r4071]]
parent a59fc17a
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ void testCoarsenIndices(int N)
std::cout<<"Communicated: ";
Dune::Amg::printAggregates2d(aggregatesMap, n, N, std::cout);
Dune::Amg::GalerkinProduct productBuilder;
Dune::Amg::GalerkinProduct<ParallelInformation> productBuilder;
typedef std::vector<bool> Vector;
typedef typename Vector::iterator Iterator;
......
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