Skip to content
Snippets Groups Projects
Commit 32089b76 authored by Amaury Johnen's avatar Amaury Johnen
Browse files

fix warnings

parent 9fb27733
Branches
Tags
No related merge requests found
...@@ -881,7 +881,7 @@ void MetricBasis::_computeRmin( ...@@ -881,7 +881,7 @@ void MetricBasis::_computeRmin(
// //
double am0 = std::pow(amApprox*amApprox*amApprox+da, 1/3.); double am0 = std::pow(amApprox*amApprox*amApprox+da, 1/3.);
double am1 = std::pow(amApprox*amApprox*amApprox+da+.05, 1/3.); double am1 = std::pow(amApprox*amApprox*amApprox+da+.05, 1/3.);
double am0S = am0, am1S = am1; //double am0S = am0, am1S = am1;
double am = (am0 + am1)/2; double am = (am0 + am1)/2;
double R0 = _Rsafe(am0, minK); double R0 = _Rsafe(am0, minK);
double R1 = _Rsafe(am1, minK); double R1 = _Rsafe(am1, minK);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment