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

removed unnecessary template

parent bb7b8fca
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,6 @@ void calcBlockThread(const Vec<unsigned int>& dims, const cudaDeviceProp &prop,
}
}
template<typename KernelType>
Vec<unsigned int> createGaussianKernel(Vec<float> sigma, float* kernel, int& iterations)
{
Vec<unsigned int> kernelDims(1,1,1);
......
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