| trefer to correct parameter - sphere - GPU-based 3D discrete element method alg… | |
| git clone git://src.adamsgaard.dk/sphere | |
| Log | |
| Files | |
| Refs | |
| LICENSE | |
| --- | |
| commit b6deb92e2b4b9768de9257f2c7e413a290249147 | |
| parent 7c528a4815f61b41d83f05c0fb1ec5f0e80d4d1c | |
| Author: Anders Damsgaard <[email protected]> | |
| 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(-) | |
| --- | |
| 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] |