Skip to content
Snippets Groups Projects
Commit fa890457 authored by Jonathan Youett's avatar Jonathan Youett
Browse files

make compile again

parent 9bf10caf
No related merge requests found
Pipeline #
......@@ -53,7 +53,7 @@ void TrustRegionSolver<ProblemType,VectorType,MatrixType>::solve()
VectorType gradient = problem_->f_;
for (size_t j=0; j<gradient.size(); j++)
for (int k=0; k<gradient[j].size(); k++)
if (mgStep.ignore()[j][k])
if (mgStep->ignore()[j][k])
gradient[j][k] = 0;
if (this->verbosity_ == Solver::FULL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment