Mentions légales du service

Skip to content
Snippets Groups Projects
Commit fec0225f authored by ESTERIE Pierre's avatar ESTERIE Pierre
Browse files

Fix Typo in Adaptive task

parent 47f68e5c
Branches
Tags
No related merge requests found
Pipeline #61193 passed
......@@ -142,7 +142,7 @@ public:
{
#pragma omp critical
{
_kernels[omp_get_num_thread()] = std::make_unique<kernel_t>(*kernel);
_kernels[omp_get_thread_num()] = std::make_unique<kernel_t>(*kernel);
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment