From bcc71562b27f3efc09d7a14dcf8594b34af65a09 Mon Sep 17 00:00:00 2001 From: Tobias Leibner <tobias.leibner@googlemail.com> Date: Thu, 29 Jun 2017 14:36:04 +0200 Subject: [PATCH] [container.istl] add typedef --- dune/xt/la/container/istl.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/dune/xt/la/container/istl.hh b/dune/xt/la/container/istl.hh index fac0a369c..ff5503d43 100644 --- a/dune/xt/la/container/istl.hh +++ b/dune/xt/la/container/istl.hh @@ -379,6 +379,7 @@ class IstlRowMajorSparseMatrix : public MatrixInterface<internal::IstlRowMajorSp public ProvidesBackend<internal::IstlRowMajorSparseMatrixTraits<ScalarImp>> { typedef IstlRowMajorSparseMatrix<ScalarImp> ThisType; + typedef MatrixInterface<internal::IstlRowMajorSparseMatrixTraits<ScalarImp>, ScalarImp> MatrixInterfaceType; public: typedef internal::IstlRowMajorSparseMatrixTraits<ScalarImp> Traits; -- GitLab