Skip to content
Snippets Groups Projects
Commit dad3a843 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #11406: Renamed "ranges" to "mask" and did some cleanup

parent 3872ee00
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@ namespace LOFAR
computeMaskTimer.stop();
// Copy host buffer to GPU
itsStream.writeBuffer(gpuMask, hostRanges, false);
itsStream.writeBuffer(gpuMask, hostMask, false);
Kernel::enqueue(blockId);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment