Skip to content

Update MultiComponentStateModeCalculator.cxx; sqrt is not constexpr

Shaun Roe requested to merge patch-8 into master

sqrt is not constexpr by default, although gcc accepts it, clang chokes. The cmath constants M_2_SQRTPI and M_SQRT2 can be used, though.

Merge request reports