From 7b4cf1debfc3c8a1e4b8973648d964bc248a6a5c Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt <Ansgar.Burchardt@tu-dresden.de> Date: Tue, 20 Oct 2015 19:14:30 +0200 Subject: [PATCH] Fix typo in comment. --- dune/solvers/iterationsteps/multigridstep.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dune/solvers/iterationsteps/multigridstep.cc b/dune/solvers/iterationsteps/multigridstep.cc index bd01c3fa..6dee469f 100644 --- a/dune/solvers/iterationsteps/multigridstep.cc +++ b/dune/solvers/iterationsteps/multigridstep.cc @@ -173,8 +173,8 @@ void MultigridStep<MatrixType, VectorType, BitVectorType>::preprocess() dynamic_cast<SmootherType*>(loopBaseSolver->iterationStep_)->ignoreNodes_ = ignoreNodesHierarchy_[0]; } - // TODO: The following two #if-clauses do the exactly the same thing: the call setProblem - // However, we cannot write the code generically because there is no geral abstraction + // TODO: The following two #if-clauses do the exactly the same thing: they call setProblem + // However, we cannot write the code generically because there is no general abstraction // for solvers that I can call 'setProblem' for. #if HAVE_IPOPT else if (typeid(*this->basesolver_) == typeid(QuadraticIPOptSolver<MatrixType,VectorType>)) { -- GitLab