Make typed protected rather than private, enabling inheritance.

This commit is contained in:
Atgeirr Flø Rasmussen 2019-04-08 13:44:48 +02:00 committed by Markus Blatt
parent 2cf990e404
commit be86b90bac

View File

@ -178,6 +178,7 @@ protected:
template <class TypeTag>
class ISTLSolverEbos
{
protected:
typedef typename GET_PROP_TYPE(TypeTag, GridView) GridView;
typedef typename GET_PROP_TYPE(TypeTag, Scalar) Scalar;
typedef typename GET_PROP_TYPE(TypeTag, SparseMatrixAdapter) SparseMatrixAdapter;