tFixed typo - 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 18b731037ae5f967592fe454bd63bf2a679b3253
DIR parent bec2d715c4027803beb7d160ea0b0df2c1b860b8
HTML Author: Anders Damsgaard <adc@geo.au.dk>
Date: Wed, 28 Nov 2012 13:36:09 +0100
Fixed typo
Diffstat:
M python/sphere.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/python/sphere.py b/python/sphere.py
t@@ -667,7 +667,7 @@ class Spherebin:
self.adjustUpperWall()
# Set the top wall BC to a value of deviatoric stress
- sekf.wmode = numpy.array([1])
+ self.wmode = numpy.array([1])
self.w_devs = numpy.ones(1) * deviatoric_stress