Add an explicit cast to double when using fabs().
Commit bc43b7c2 used fabs() directly on an int variable, which apparently requires an explicit cast on some platforms. Per buildfarm.
Showing
Please register or sign in to comment
Commit bc43b7c2 used fabs() directly on an int variable, which apparently requires an explicit cast on some platforms. Per buildfarm.