Skip to content
Snippets Groups Projects
Commit f12efa32 authored by Eric Wait's avatar Eric Wait
Browse files

Fixed minor spacing in MeanFilter

parent c4a682b1
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ void cMeanFilter(ImageContainer<PixelTypeIn> imageIn, ImageContainer<PixelTypeOu
setMaxDeviceDims(chunks, maxDeviceDims);
omp_set_num_threads(MIN(chunks.size(), cudaDevs.getNumDevices()));
#pragma omp parallel default(shared)
# pragma omp parallel default(shared)
{
const int CUDA_IDX = omp_get_thread_num();
const int N_THREADS = omp_get_num_threads();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment