Introduction
Introduction Statistics Contact Development Disclaimer Help
tadd missing < - sphere - GPU-based 3D discrete element method algorithm with o…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit 593fb8fe62895e72ad23dcf3134d528e143d43a3
parent ed181f2f7f44acfd73f344238e3074468bae0e79
Author: Anders Damsgaard <[email protected]>
Date: Fri, 7 Nov 2014 13:02:20 +0100
add missing <
Diffstat:
M src/device.cu | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/device.cu b/src/device.cu
t@@ -1874,7 +1874,7 @@ __host__ void DEM::startTime()
if (PROFILING == 1)
startTimer(&kernel_tic);
findDarcyPermeabilityGradients
- <<dimGridFluid, dimBlockFluid>>>
+ <<<dimGridFluid, dimBlockFluid>>>
(dev_darcy_k, dev_darcy_grad_k);
cudaThreadSynchronize();
if (PROFILING == 1)
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.