When reading decay files, std::strtod function is used to convert parameters from string to doubles. The function returns 0 if conversion cannot be performed, which has nasty side effect when dash is used instead of minus sign in which case conversion will fail, but often people will not spot issue in decay file itself and parameter will have different value than intended. Need to add check at each instance and deal with errors if conversion cannot happen in place where it should succeed.
Description
Description
Event Timeline
Herald added a subscriber: tlatham. · View Herald TranscriptJul 6 2023, 9:34 AM2023-07-06 09:34:24 (UTC+1)
jback edited subscribers, added: Restricted Project; removed: kreps, tlatham.Jul 10 2023, 4:02 PM2023-07-10 16:02:23 (UTC+1)