Skip to content
Snippets Groups Projects
Commit 9cc7d89c authored by Carsten Gräser's avatar Carsten Gräser
Browse files

Remove obsolete check

parent fddff90c
Branches
No related tags found
No related merge requests found
......@@ -148,9 +148,6 @@ void MultigridStep<MatrixType, VectorType, BitVectorType>::preprocess()
if (basesolver_)
{
if (this->basesolver_ == NULL)
DUNE_THROW(SolverError, "You have not provided a base solver!");
// If the base solver can ignore dofs give it the ignoreNodes field
if (dynamic_cast<CanIgnore<BitVectorType>*>(this->basesolver_))
dynamic_cast<CanIgnore<BitVectorType>*>(this->basesolver_)->ignoreNodes_ = ignoreNodesHierarchy_[0];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment