Skip to content
Snippets Groups Projects
Commit 4a6fd90d authored by Oliver Sander's avatar Oliver Sander Committed by sander@FU-BERLIN.DE
Browse files

use the numLevels() method instead of using the numLevels_ data member directly

[[Imported from SVN: r8983]]
parent 43127691
No related branches found
No related tags found
No related merge requests found
......@@ -193,7 +193,7 @@ void RiemannianTrustRegionSolver<GridType,TargetSpace>::solve()
MaxNormTrustRegion<blocksize> trustRegion(x_.size(), initialTrustRegionRadius_);
std::vector<std::vector<BoxConstraint<field_type,blocksize> > > trustRegionObstacles((mgStep)
? mgStep->numLevels_
? mgStep->numLevels()
: 0);
// /////////////////////////////////////////////////////
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment