tfix indentation - 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 39b7e6495ec07a933a8cf89eb55d1ff2baeedc5c
 (DIR) parent cb441dfa99283279679f7f740e753522de2ad0d8
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Mon, 19 Jan 2015 10:10:34 +0100
       
       fix indentation
       
       Diffstat:
         M src/device.cu                       |      14 +++++++-------
       
       1 file changed, 7 insertions(+), 7 deletions(-)
       ---
 (DIR) diff --git a/src/device.cu b/src/device.cu
       t@@ -1836,13 +1836,13 @@ __host__ void DEM::startTime()
                                            + darcy.p_mod_phi);
        
                            setDarcyTopWallPressure
       -                      <<<dimGridFluid, dimBlockFluid>>>(
       -                      new_pressure,
       -                      wall0_iz,
       -                      dev_darcy_p);
       -                      cudaThreadSynchronize();
       -                      checkForCudaErrorsIter("Post setDarcyTopWallPressure",
       -                      iter);
       +                        <<<dimGridFluid, dimBlockFluid>>>(
       +                                new_pressure,
       +                                wall0_iz,
       +                                dev_darcy_p);
       +                    cudaThreadSynchronize();
       +                    checkForCudaErrorsIter("Post setDarcyTopWallPressure",
       +                            iter);
                        }
        
                        if (np > 0) {