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

revert cbrt for msvc

parent c1ba9cce
No related branches found
No related tags found
1 merge request!141Update of boundary layer curver
Pipeline #
...@@ -968,7 +968,7 @@ double _CoeffDataICN::_computeLowerBound() const ...@@ -968,7 +968,7 @@ double _CoeffDataICN::_computeLowerBound() const
const double boundFraction = const double boundFraction =
_computeBoundRational(_coeffsJacDet, coeffDenominator, true); _computeBoundRational(_coeffsJacDet, coeffDenominator, true);
return 3*cbrt(boundFraction * boundFraction); return 3*std::pow(boundFraction * boundFraction, 1./3);
} }
// Miscellaneous // Miscellaneous
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment