Introduction
Introduction Statistics Contact Development Disclaimer Help
tremove odd multiplication - sphere - GPU-based 3D discrete element method algo…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit e1aa9f42516ab032223e885c5bc92af787f72893
parent 1b910fed50018679c13fab415c1c8e4f6dbdcbbe
Author: Anders Damsgaard <[email protected]>
Date: Mon, 9 Feb 2015 14:17:09 +0100
remove odd multiplication
Diffstat:
M python/halfshear-darcy-internals.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python/halfshear-darcy-internals.py b/python/halfshear-darcy-inter…
t@@ -145,7 +145,7 @@ for step_str in steps:
ax[0].plot(xdisp_mean[s], zpos_c[s], label='$\gamma$ = %.2f' %
(shear_strain_start[s]))
- ax[1].semilogx(k_bar[s]*100.0, zpos_c[s], label='$\gamma$ = %.2f' %
+ ax[1].semilogx(k_bar[s], zpos_c[s], label='$\gamma$ = %.2f' %
(shear_strain_start[s]))
ax[2].plot(p[s]/1000.0, zpos_c[s], label='$\gamma$ = %.2f' %
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.