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

Remove deprecated ImplicitModeOverflowExhausted

parent a600ade8
No related branches found
No related tags found
1 merge request!467Remove deprecated code
......@@ -30,6 +30,9 @@
`firstmatrixelement`, and `bilu_decomposition` are removed. Use their camel case
replacements.
- Remove deprecated `ImplicitModeOverflowExhausted`, use
`ImplicitModeCompressionBufferExhausted` instead.
# Release 2.8
- Extended the MatrixMarket IO functions for reading and writing vectors with
......
......@@ -34,15 +34,6 @@ namespace Dune {
: public BCRSMatrixError
{};
/** \brief Alias for backward compatibility
*
* \deprecated The class ImplicitModeOverflowExhausted got renamed to ImplicitModeCompressionBufferExhausted
* in dune-istl 2.8, because the old name was very misleading. We keep the old name for
* backward compatibility, but discourage its use.
*/
using ImplicitModeOverflowExhausted [[deprecated("Use ImplicitModeCompressionBufferExhausted instead!")]]
= ImplicitModeCompressionBufferExhausted;
//! Thrown when a solver aborts due to some problem.
/**
* Problems that may cause the solver to abort include a NaN detected during
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment