Skip to content

Fix coverity, clang warnings in GlobalSimulation

std::pow is not (yet) a constexpr function; coverity and Clang 17 both complain.

Merge request reports