Removes code that was commented out.

This commit is contained in:
Markus Blatt 2015-12-01 14:48:35 +01:00
parent 0fdd27267b
commit e05e3fa478

View File

@ -55,13 +55,8 @@ struct ConstructionTraits<Opm::ParallelOverlappingILU0<M,X,Y,C> >
delete bp; delete bp;
} }
};/* };
template<class X, class Y, class C>
struct SmootherTraits<Opm::ParallelOverlappingILU0<X,Y,C> >
{
typedef DefaultSmootherArgs<typename T::matrix_type::field_type> Arguments;
};*/
} // end namespace Amg } // end namespace Amg
} // end namespace Dune } // end namespace Dune