tremove extra newlines - 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 86d9c38f296efa9fe95566efe961e9114aa2fe59
 (DIR) parent 2a7271b29a2ffb3bf5aa9344954fc60a26c4fbb5
 (HTM) Author: Anders Damsgaard Christensen <adc@geo.au.dk>
       Date:   Fri, 12 Aug 2016 12:49:41 -0700
       
       remove extra newlines
       
       Diffstat:
         M src/device.cu                       |       2 --
       
       1 file changed, 0 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/src/device.cu b/src/device.cu
       t@@ -979,8 +979,6 @@ __host__ void DEM::startTime()
            if (verbose == 1)
                cout << "  Current simulation time: " << time.current << " s.";
        
       -
       -
            // MAIN CALCULATION TIME LOOP
            while (time.current <= time.total) {