We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f0cd1 commit 4eb2e8fCopy full SHA for 4eb2e8f
roofit/roofitcore/inc/RooFit/Detail/MathFuncs.h
@@ -177,7 +177,7 @@ template <typename DoubleArray>
177
double constraintSum(DoubleArray comp, unsigned int compSize)
178
{
179
double sum = 0;
180
- #ifdef __CLING__
+ #if defined(__CLING__) && defined(ROOFIT_CLAD)
181
#pragma clad checkpoint loop
182
#endif
183
for (unsigned int i = 0; i < compSize; i++) {
0 commit comments