Skip to content
Snippets Groups Projects
Commit 6672d8da authored by Danilo Piparo's avatar Danilo Piparo
Browse files

[TDF] Properly set entry of the DS in MT mode

parent e16c3fd3
Branches
Tags
No related merge requests found
......@@ -245,6 +245,7 @@ void TLoopManager::RunDataSourceMT()
InitNodeSlots(nullptr, slot);
fDataSource->InitSlot(slot, range.first);
for (auto currEntry = range.first; currEntry < range.second; ++currEntry) {
fDataSource->SetEntry(slot, currEntry);
RunAndCheckFilters(slot, currEntry);
}
CleanUpTask(slot);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment