tfix typo - 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 ecd8f6dc1811cd39492ca4deb409c92572d25df2
(DIR) parent 0a75434cea6185f82088bd49fbbf71a3239ebf2c
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Tue, 10 Feb 2015 21:08:56 +0100
fix 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@@ -5972,7 +5972,7 @@ class sim:
# Plot stresses
if (outformat != 'txt'):
- fig = plt.figure(figsuze=(8,12))
+ fig = plt.figure(figsize=(8,12))
#shearinfo = "$\\tau_p$ = {:.3} Pa at $\gamma$ = {:.3}".format(\
#self.tau_p, self.tau_p_shearstrain)