Gate icon indicating copy to clipboard operation
Gate copied to clipboard

fabs(int) is ambiguous

Open mojca opened this issue 10 years ago • 0 comments

Some compilers fail to evaluate fabs(crystal1ID - det1_c) as in source/digits_hits/src/GateSinogram.cc for example. The compiler doesn't know whether to treat the arguments as float, double or long double.

mojca avatar Mar 27 '15 15:03 mojca