Skip to content
Snippets Groups Projects
Commit a2ef1862 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

[Bugfix] unneeded typename breaks compilation on some gcc <4.7

parent dd86f01c
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ void testTwoLevelMethod()
FSmoother fineSmoother(mat,subdomains, 1.0, false);
#endif
typedef Dune::SeqJac<BCRSMat,Vector,Vector> CSmoother;
typedef typename Dune::Amg::SmootherTraits<CSmoother>::Arguments SmootherArgs;
typedef Dune::Amg::SmootherTraits<CSmoother>::Arguments SmootherArgs;
typedef Dune::Amg::CoarsenCriterion<
Dune::Amg::UnSymmetricCriterion<BCRSMat,Dune::Amg::FirstDiagonal> > Criterion;
typedef Dune::Amg::AggregationLevelTransferPolicy<Operator,Criterion> TransferPolicy;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment