Commit aca30cd8 authored by Christopher Bruns's avatar Christopher Bruns
Browse files

Add newline to end of kRandom.cu to avoid compiler warning on Linux

parent 10379a9a
...@@ -178,3 +178,4 @@ void kGenerateRandoms(gpuContext gpu) ...@@ -178,3 +178,4 @@ void kGenerateRandoms(gpuContext gpu)
{ {
kGenerateRandoms_kernel<<<gpu->sim.blocks, gpu->sim.random_threads_per_block, gpu->sim.random_threads_per_block * 2 * sizeof(float3)>>>(); kGenerateRandoms_kernel<<<gpu->sim.blocks, gpu->sim.random_threads_per_block, gpu->sim.random_threads_per_block * 2 * sizeof(float3)>>>();
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment