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

[bugfix] Remove bogus typename outside of template.

It is not needed here and does not compile with g++-4.4
parent 35456167
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ typedef Dune::BlockVector<VectorBlock> Vector;
typedef Dune::MatrixAdapter<BCRSMat,Vector,Vector> Operator;
typedef Dune::CollectiveCommunication<void*> Comm;
typedef Dune::SeqSSOR<BCRSMat,Vector,Vector> Smoother;
typedef typename Dune::Amg::SmootherTraits<Smoother>::Arguments SmootherArgs;
typedef Dune::Amg::SmootherTraits<Smoother>::Arguments SmootherArgs;
struct thread_arg
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment