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

[test] fix deprecation warnings in parallelamgtest

parent 6184cff4
No related branches found
No related tags found
1 merge request!7Feature/fix deprecation warnings amgtest
......@@ -151,7 +151,7 @@ void testAmg(int N, int coarsenTarget)
typedef Dune::Amg::AMG<Operator,Vector,ParSmoother,Communication> AMG;
AMG amg(fop, criterion, smootherArgs, 1, 2, 2, false, comm);
AMG amg(fop, criterion, smootherArgs, comm);
buildtime = watch.elapsed();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment