From 2b2f5e4d0877dd82b52b649316dabafe1c724486 Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Tue, 12 Jul 2016 14:25:56 +0200 Subject: [PATCH] Revert "Deprecate ::BlockGSStep" This reverts commit 2967163a61d4af47d632c78f625f429a716db55f. ProjectedBlockGSStep and LineGSStep inherit from it. The former is scheduled to be deprecated soon, too, but the latter at least was not on my radar at all. Reverting now instead of spamming everyone with unnecessary deprecation warnings to the point of desensitization --- dune/solvers/iterationsteps/blockgsstep.hh | 2 -- 1 file changed, 2 deletions(-) diff --git a/dune/solvers/iterationsteps/blockgsstep.hh b/dune/solvers/iterationsteps/blockgsstep.hh index ecf89f21..c18c54f4 100644 --- a/dune/solvers/iterationsteps/blockgsstep.hh +++ b/dune/solvers/iterationsteps/blockgsstep.hh @@ -3,8 +3,6 @@ #ifndef DUNE_BLOCK_GAUSS_SEIDEL_STEP_HH #define DUNE_BLOCK_GAUSS_SEIDEL_STEP_HH -#warning This header is deprecated. Please use Dune::Solvers::BlockGSStep from blockgssteps.hh instead of ::BlockGSStep. See also gssteptest.cc for usage examples. - #include <dune/common/bitsetvector.hh> #include "lineariterationstep.hh" -- GitLab