ROOTPWA-Maintainers / ROOTPWA

ROOTPWA is a toolkit for partial-wave analysis of multi-particle final states produced in high-energy particle reactions. It is used to determine hadron spectra from experimental data.
Other
8 stars 14 forks source link

partialWaveFit: fix compiler warning for non-instantiated variable #216

Closed suhlatwork closed 7 years ago

suhlatwork commented 7 years ago

The 'pwaLikelihood::_debug' variable needs to be instantiated to be accessible from '...::setQuiet'. The variable is only declared in the header file, so move the function definiation to the implementation file. (-Wundefined-var-template)

Appears to be a new check in Apple LLVM version 8.1.0.

bgrube commented 7 years ago

Merged. Thanks you!