tadd missing < - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
 (HTM) git clone git://src.adamsgaard.dk/sphere
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 593fb8fe62895e72ad23dcf3134d528e143d43a3
 (DIR) parent ed181f2f7f44acfd73f344238e3074468bae0e79
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Fri,  7 Nov 2014 13:02:20 +0100
       
       add missing <
       
       Diffstat:
         M src/device.cu                       |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) 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)