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
......@@ -177,4 +177,5 @@ __global__ void kGenerateRandoms_kernel()
void kGenerateRandoms(gpuContext gpu)
{
kGenerateRandoms_kernel<<<gpu->sim.blocks, gpu->sim.random_threads_per_block, gpu->sim.random_threads_per_block * 2 * sizeof(float3)>>>();
}
\ No newline at end of file
}
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