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 843667a commit f51bcedCopy full SHA for f51bced
gecode/kernel/core.cpp
@@ -386,7 +386,7 @@ namespace Gecode {
386
// Support disabled propagators and tracing
387
// Find a non-disabled tracer recorder (possibly null)
388
TraceRecorder* tr = findtracerecorder();
389
- ViewTraceInfo vti;
+ ViewTraceInfo vti; vti.other();
390
#define GECODE_STATUS_TRACE(q,s) \
391
if ((tr != NULL) && (tr->events() & TE_PROPAGATE) && \
392
(tr->filter()(p->group()))) { \
0 commit comments