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

Merge branch 'remove-blocksize' into 'master'

Remove 'blocksize' member from MultigridStep

See merge request !72
parents 5dc78904 351d1335
Branches
No related tags found
1 merge request!72Remove 'blocksize' member from MultigridStep
Pipeline #55405 failed
......@@ -24,8 +24,6 @@ namespace Dune {
class MultigridStep : public LinearIterationStep<MatrixType, VectorType, BitVectorType>
{
static const int blocksize = VectorType::block_type::dimension;
public:
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