Skip to content
Snippets Groups Projects
Commit bec4d3b7 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

Remove deprecated diagonalmatrix.hh.

It was moved to dune-common in Dune 2.3.
parent b458c3cd
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,6 @@ install(FILES
btdmatrix.hh
bvector.hh
colcompmatrix.hh
diagonalmatrix.hh
gsetc.hh
ilu.hh
ilusubdomainsolver.hh
......
......@@ -9,7 +9,6 @@ istl_HEADERS = basearray.hh \
btdmatrix.hh \
bvector.hh \
colcompmatrix.hh \
diagonalmatrix.hh \
gsetc.hh \
ilu.hh \
ilusubdomainsolver.hh \
......
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
/*! \file
\brief This file implements a quadratic diagonal matrix of fixed size.
\deprecated Use the corresponding file from dune-common instead!
*/
#warning The file diagonalmatrix.hh has moved from dune-istl to dune-common,\
and will be removed from dune-istl after dune 2.3!
#include <dune/common/diagonalmatrix.hh>
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