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

Obstacles in the MonotoneMgStep are now protected

parent 2389ac89
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ void TrustRegionSolver<ProblemType,VectorType,MatrixType>::solve()
for (int j=0; j<blocksize; j++)
trustRegionObstacles[i][j] = { -initialRadius_, initialRadius_ };
mgStep->obstacles_ = &trustRegionObstacles;
mgStep->setObstacles(trustRegionObstacles);
// /////////////////////////////////////////////////////
// Trust-Region Solver
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment