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

Adapt to interface change.

[[Imported from SVN: r1109]]
parent 3030b4e1
No related branches found
No related tags found
No related merge requests found
......@@ -72,9 +72,9 @@ void testCoarsenIndices(int N)
std::cout << "fine indices: "<<indices << std::endl;
std::cout << "fine remote: "<<remoteIndices << std::endl;
int noAggregates, isoAggregates, oneAggregates;
int noAggregates, isoAggregates, oneAggregates, skipped;
Dune::tie(noAggregates, isoAggregates, oneAggregates) = aggregatesMap.buildAggregates(mat, pg, Criterion());
Dune::tie(noAggregates, isoAggregates, oneAggregates,skipped) = aggregatesMap.buildAggregates(mat, pg, Criterion());
Dune::Amg::printAggregates2d(aggregatesMap, n, N, std::cout);
......
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