「view this page in B3 βῆτα server」

Revisions №61595

branch: master 「№61595」
Commited by: Rocco Moretti
GitHub commit link: 「db2473f1d6d5e9d0」 「№5286」
Difference from previous tested commit:  code diff
Commit date: 2021-03-23 09:22:08

Merge pull request #5286 from RosettaCommons/roccomoretti/DEER_abs Fix potential rounding in DEEROverlapMethod Clang 10 indicates issues with the abs() being used, as it's the C library (integer) abs() function, rather than the overloaded C++ library one. ("using integer absolute value function 'abs' when argument is of floating point type"). Prepending std:: should fix this. (If integer truncation is desired, then we should be more explicit about it.)

...