| tchange to set 2 - sphere - GPU-based 3D discrete element method algorithm with… | |
| git clone git://src.adamsgaard.dk/sphere | |
| Log | |
| Files | |
| Refs | |
| LICENSE | |
| --- | |
| commit 2a36d8b188f5d511df8f694491079abe15d6c102 | |
| parent dc8922c13f27e50695a1c11b7852008165d3a6c2 | |
| Author: Anders Damsgaard <[email protected]> | |
| Date: Fri, 24 Oct 2014 15:50:47 +0200 | |
| change to set 2 | |
| Diffstat: | |
| M src/debug.h | 4 ++-- | |
| 1 file changed, 2 insertions(+), 2 deletions(-) | |
| --- | |
| diff --git a/src/debug.h b/src/debug.h | |
| t@@ -55,7 +55,7 @@ const int conv_log_interval = 4; | |
| // simulation of particulate systems: Theoretical developments". | |
| // SET_2 corresponds approximately to Model A in Zhu et al. 2007. | |
| // Choose exactly one. | |
| -#define SET_1 | |
| -//#define SET_2 | |
| +//#define SET_1 | |
| +#define SET_2 | |
| #endif |