Introduction
Introduction Statistics Contact Development Disclaimer Help
tfix typo - sphere - GPU-based 3D discrete element method algorithm with option…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit ecd8f6dc1811cd39492ca4deb409c92572d25df2
parent 0a75434cea6185f82088bd49fbbf71a3239ebf2c
Author: Anders Damsgaard <[email protected]>
Date: Tue, 10 Feb 2015 21:08:56 +0100
fix typo
Diffstat:
M python/sphere.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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)
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.