Skip to content
Snippets Groups Projects
Commit 7b4cf1de authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

Fix typo in comment.

parent 41af1a2e
No related branches found
No related tags found
No related merge requests found
...@@ -173,8 +173,8 @@ void MultigridStep<MatrixType, VectorType, BitVectorType>::preprocess() ...@@ -173,8 +173,8 @@ void MultigridStep<MatrixType, VectorType, BitVectorType>::preprocess()
dynamic_cast<SmootherType*>(loopBaseSolver->iterationStep_)->ignoreNodes_ = ignoreNodesHierarchy_[0]; dynamic_cast<SmootherType*>(loopBaseSolver->iterationStep_)->ignoreNodes_ = ignoreNodesHierarchy_[0];
} }
// TODO: The following two #if-clauses do the exactly the same thing: the call setProblem // 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 geral abstraction // However, we cannot write the code generically because there is no general abstraction
// for solvers that I can call 'setProblem' for. // for solvers that I can call 'setProblem' for.
#if HAVE_IPOPT #if HAVE_IPOPT
else if (typeid(*this->basesolver_) == typeid(QuadraticIPOptSolver<MatrixType,VectorType>)) { else if (typeid(*this->basesolver_) == typeid(QuadraticIPOptSolver<MatrixType,VectorType>)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment