tProfiling flag set to 0 as default - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
HTML git clone git://src.adamsgaard.dk/sphere
DIR Log
DIR Files
DIR Refs
DIR LICENSE
---
DIR commit bfc1c821c01c9d8b9ef640d20edf9f8841b77530
DIR parent 13048fdb1ac21796589b2c9bfc1af46c41306c26
HTML Author: Anders Damsgaard <adc@geo.au.dk>
Date: Thu, 23 Aug 2012 13:25:56 +0200
Profiling flag set to 0 as default
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
// 1: Yes
-#define PROFILING 1
+#define PROFILING 0
//////////////////////