Skip to content
Snippets Groups Projects
Unverified Commit bcc71562 authored by Tobias Leibner's avatar Tobias Leibner
Browse files

[container.istl] add typedef

parent 8f7cd92f
No related branches found
No related tags found
No related merge requests found
...@@ -379,6 +379,7 @@ class IstlRowMajorSparseMatrix : public MatrixInterface<internal::IstlRowMajorSp ...@@ -379,6 +379,7 @@ class IstlRowMajorSparseMatrix : public MatrixInterface<internal::IstlRowMajorSp
public ProvidesBackend<internal::IstlRowMajorSparseMatrixTraits<ScalarImp>> public ProvidesBackend<internal::IstlRowMajorSparseMatrixTraits<ScalarImp>>
{ {
typedef IstlRowMajorSparseMatrix<ScalarImp> ThisType; typedef IstlRowMajorSparseMatrix<ScalarImp> ThisType;
typedef MatrixInterface<internal::IstlRowMajorSparseMatrixTraits<ScalarImp>, ScalarImp> MatrixInterfaceType;
public: public:
typedef internal::IstlRowMajorSparseMatrixTraits<ScalarImp> Traits; typedef internal::IstlRowMajorSparseMatrixTraits<ScalarImp> Traits;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment