missed a comment change.

This commit is contained in:
dpugmire 2020-05-19 09:40:44 -04:00
parent bda8a1580b
commit 72f1846bf1

@ -62,7 +62,7 @@ void process_partition_tbb(RuntimeTaskQueue& queue)
void process_partition_openMP(RuntimeTaskQueue& queue) void process_partition_openMP(RuntimeTaskQueue& queue)
{ {
//Step 1. Set the device adapter to this thread to TBB. //Step 1. Set the device adapter to this thread to openMP.
//This makes sure that any vtkm::filters used by our //This makes sure that any vtkm::filters used by our
//task operate only on openMP. The "global" thread tracker //task operate only on openMP. The "global" thread tracker
//is actually thread-local, so we can use that. //is actually thread-local, so we can use that.