On Aug 7, 2017, at 2:43 PM, John Rose <john.r.rose at oracle.com> wrote: > > int i = indy[X.CLASSIFIER](c0); correction, that should have been int i = indy[X.CLASSIFIER](t, c0); It's always (t, c), never just (c). And the only (t) is the first setup call to get the c.