Fix FPE in egamma software (ATR-23520)
Compare changes
@@ -29,7 +29,9 @@ void Norm1::execute( std::vector<float> &rings ) const {
There was a potential division by zero in the ringer normalization code. A check is added to avoid this, and fix failing tests.