tRemoved error message - 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 4d12eb6ddfdb27fcdd047f02ebfb0d7f8de02d9d
 (DIR) parent 0522edd70b53f35f1825e240dec81a65d71ae77b
 (HTM) Author: Anders Damsgaard <adc@geo.au.dk>
       Date:   Wed, 10 Oct 2012 11:30:16 +0200
       
       Removed error message
       
       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@@ -491,8 +491,6 @@ __host__ void gpuMain(Float4* host_x,
                                              dev_radius_sorted, 
                                              dev_contacts,
                                              dev_distmod);
       -        std::cerr << "Warning! One or more particles have more contacts than allowed.\n"
       -                  << "Raise NC in datatypes.h to accomodate.\n";
        
              // Empty cuPrintf() buffer to console
              //cudaThreadSynchronize();