trefer to correct parameter - 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 b6deb92e2b4b9768de9257f2c7e413a290249147
(DIR) parent 7c528a4815f61b41d83f05c0fb1ec5f0e80d4d1c
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Fri, 23 Jan 2015 11:09:08 +0100
refer to correct parameter
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@@ -5979,7 +5979,7 @@ class sim:
+ '$\\bar{p_\\text{f}}$ [kPa]')
for tl in ax4.get_yticklabels():
tl.set_color(ax4color)
- if self.w_sigma0_A > 1.0e-3:
+ if sb.w_sigma0_A > 1.0e-3:
#ax4.legend(loc='upper right')
lns = lns1+lns2+lns3+lns4
labs = [l.get_label() for l in lns]