Introduction
Introduction Statistics Contact Development Disclaimer Help
tnewline in annotation - sphere - GPU-based 3D discrete element method algorith…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit 586d9fd9ed9b3a18538da0ea30ff6b6802799963
parent 5167c8646b2577cba19d85f081f3914808d67438
Author: Anders Damsgaard <[email protected]>
Date: Tue, 7 Oct 2014 16:14:24 +0200
newline in annotation
Diffstat:
M python/shear-results-internals.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python/shear-results-internals.py b/python/shear-results-internals…
t@@ -151,9 +151,9 @@ for s in numpy.arange(len(steps)):
#strain_str = 'Shear strain\n $\\gamma = %.3f$' % (shear_strain[s])
if s == 0:
- strain_str = 'Dilating state ($\\gamma = %.2f$)' % (shear_strain[s])
+ strain_str = 'Dilating state\n $\\gamma = %.2f$' % (shear_strain[s])
else:
- strain_str = 'Steady state ($\\gamma = %.2f$)' % (shear_strain[s])
+ strain_str = 'Steady state\n $\\gamma = %.2f$' % (shear_strain[s])
n = 7
if s == 0:
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.