Skip to content

FCS: fix clang warnings

Tadej Novak requested to merge tadej/athena:warnings-fcs into main

Fix clang warnings in FCS code after LCG update in !72568.

Use std::abs instead of fabs for integer types. Also use other math functions from the std namespace instead.

Merge request reports