Skip to content
Snippets Groups Projects
Commit 2967163a authored by Elias Pipping's avatar Elias Pipping
Browse files

Deprecate ::BlockGSStep

parent 6043111e
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
#ifndef DUNE_BLOCK_GAUSS_SEIDEL_STEP_HH #ifndef DUNE_BLOCK_GAUSS_SEIDEL_STEP_HH
#define 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 <dune/common/bitsetvector.hh>
#include "lineariterationstep.hh" #include "lineariterationstep.hh"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment