tabbreviate intermediate - 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 3988d78163cbc3cafac1da217644cd7145716b86
(DIR) parent 273163fa6c1dba80c88137ac172a5d0a6df10a64
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Tue, 14 Apr 2015 21:24:29 +0200
abbreviate intermediate
Diffstat:
M python/halfshear-darcy-strain.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/python/halfshear-darcy-strain.py b/python/halfshear-darcy-strain.py
t@@ -117,7 +117,7 @@ for s in numpy.arange(len(cvals)):
elif cvals[s] == 3.5e-13:
legend = 'wet, high permeability'
elif cvals[s] == 3.5e-14:
- legend = 'wet, intermediate permeability'
+ legend = 'wet, interm. permeability'
elif cvals[s] == 3.5e-15:
legend = 'wet, low permeability'
else: