Files
musrfit/src
suter_a 8cdbb24929 PRun*: use reduction(+:mllh) instead of deprecated reduction(-:mllh)
OpenMP 5.2 deprecates the '-' reduction operator (-Wdeprecated-openmp)
because it is functionally identical to '+': the private reduction copy
is initialised to 0 and partial results are combined by addition in both
cases. All affected loops accumulate with 'mllh += ...', so switching to
reduction(+:mllh) is results-identical and silences the warning.

Fixes the pragma in PRunMuMinus.cpp and the two in PRunSingleHisto.cpp,
and corrects the now-inaccurate "for subtraction" doc comment.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-06 14:50:12 +02:00
..
2026-01-25 07:45:44 +01:00
2026-01-25 07:45:44 +01:00
2026-01-25 07:45:44 +01:00
2026-04-15 20:29:55 +02:00
2026-01-25 07:45:44 +01:00
2026-01-25 07:45:44 +01:00
2026-01-25 07:45:44 +01:00
2026-01-25 07:45:44 +01:00
2026-01-25 07:45:44 +01:00