Skip to content
Snippets Groups Projects
Commit 351d1335 authored by Patrick Jaap's avatar Patrick Jaap
Browse files

Remove 'blocksize' member from MultigridStep

It seems to have no functionality and is incompatible with MultiTypeBlockVector
parent 5dc78904
No related branches found
No related tags found
1 merge request!72Remove 'blocksize' member from MultigridStep
...@@ -24,8 +24,6 @@ namespace Dune { ...@@ -24,8 +24,6 @@ namespace Dune {
class MultigridStep : public LinearIterationStep<MatrixType, VectorType, BitVectorType> class MultigridStep : public LinearIterationStep<MatrixType, VectorType, BitVectorType>
{ {
static const int blocksize = VectorType::block_type::dimension;
public: public:
using LinearStepType = LinearIterationStep<MatrixType, VectorType, BitVectorType>; using LinearStepType = LinearIterationStep<MatrixType, VectorType, BitVectorType>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment