tRemoved cuPrintf.cu - 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 adebce1f7a7fdfaeaac46a85c7438cd8c84a784d
 (DIR) parent fa1b2b156a00f420270c8fec8b39e96e48e0fb00
 (HTM) Author: Anders Damsgaard <adc@geo.au.dk>
       Date:   Thu, 22 Nov 2012 10:43:46 +0100
       
       Removed cuPrintf.cu
       
       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@@ -16,7 +16,7 @@
        #include "constants.cuh"
        #include "debug.h"
        
       -#include "cuPrintf.cu"
       +//#include "cuPrintf.cu"
        
        #include "sorting.cuh"        
        #include "contactmodels.cuh"