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

parameter file variable 'tolerance' is now called 'mgTolerance'

[[Imported from SVN: r1617]]
parent 66c1a8d0
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,7 @@ int main (int argc, char *argv[]) try ...@@ -76,7 +76,7 @@ int main (int argc, char *argv[]) try
const int nu2 = parameterSet.get<int>("nu2"); const int nu2 = parameterSet.get<int>("nu2");
const int mu = parameterSet.get<int>("mu"); const int mu = parameterSet.get<int>("mu");
const int baseIterations = parameterSet.get<int>("baseIt"); const int baseIterations = parameterSet.get<int>("baseIt");
const double mgTolerance = parameterSet.get<double>("tolerance"); const double mgTolerance = parameterSet.get<double>("mgTolerance");
const double baseTolerance = parameterSet.get<double>("baseTolerance"); const double baseTolerance = parameterSet.get<double>("baseTolerance");
const double initialTrustRegionRadius = parameterSet.get<double>("initialTrustRegionRadius"); const double initialTrustRegionRadius = parameterSet.get<double>("initialTrustRegionRadius");
const double damping = parameterSet.get<double>("damping"); const double damping = parameterSet.get<double>("damping");
......
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