Skip to content
Snippets Groups Projects
Commit ff3a165c authored by oliver.sander_at_tu-dresden.de's avatar oliver.sander_at_tu-dresden.de
Browse files

Use blockLevel<MatrixType>() instead of deprecated MatrixType::blocklevel

parent 0269ed9f
No related branches found
No related tags found
1 merge request!46Remove deprecated stuff from tests
......@@ -42,7 +42,7 @@ public:
//! Perform one iteration
virtual void iterate()
{
TruncatedBlockGSStepNS::RecursiveGSStep<MatrixType::blocklevel>::apply(*this->mat_, *this->rhs_, this->ignore(), *this->x_, innerLoops_);
TruncatedBlockGSStepNS::RecursiveGSStep<Dune::blockLevel<MatrixType>()>::apply(*this->mat_, *this->rhs_, this->ignore(), *this->x_, innerLoops_);
}
protected:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment