tProfiling output now default ON - 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 012b84ef9ba5b9f0d7e8b20811e93728e85c2da5
 (DIR) parent fec4aebdc2f9e8f4b8cd6008f9f4cf867c69d3d5
 (HTM) Author: Anders Damsgaard <adc@geo.au.dk>
       Date:   Wed, 17 Oct 2012 10:59:47 +0200
       
       Profiling output now default ON
       
       Diffstat:
         M src/datatypes.h                     |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/datatypes.h b/src/datatypes.h
       t@@ -12,7 +12,7 @@
        // Enable profiling of kernel runtimes?
        // 0: No (default)
        // 1: Yes
       -#define PROFILING 0
       +#define PROFILING 1
        
        // Output information about contacts to stdout?
        // 0: No (default)