twmode added - 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 d44739f8bca651e34af999b077c419e716695e61
 (DIR) parent a23088dbf757ad7a6bcbeefd6b498cdf6786325f
 (HTM) Author: Anders Damsgaard <adc@geo.au.dk>
       Date:   Thu, 30 Aug 2012 11:36:50 +0200
       
       wmode added
       
       Diffstat:
         M src/constants.cuh                   |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/src/constants.cuh b/src/constants.cuh
       t@@ -30,4 +30,5 @@ __constant__ Float          devC_V_b;           // Liquid volume of capillary bond
        __constant__ unsigned int devC_nw;           // Number of walls
        __constant__ unsigned int devC_w_n;           // Dimension of orthogonal wall surface normal
        __constant__ int          devC_periodic;   // Behavior of x- and y boundaries: 0: walls, 1: periodic
       +__constant__ int          devC_wmode[MAXWALLS]; // Wall BCs, 0: devs, 1: vel
        #endif