tfix file name - 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 68611366983468daf0076ebd3b184d8ad28a8696
(DIR) parent 8a43dc8a996b85032c04abed88feaa178bfa9246
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Tue, 14 Apr 2015 21:11:15 +0200
fix file name
Diffstat:
M python/halfshear-darcy-strength-di… | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/python/halfshear-darcy-strength-dilation.py b/python/halfshear-darcy-strength-dilation.py
t@@ -452,7 +452,7 @@ for c in numpy.arange(0,len(k_c_vals)):
#plt.subplots_adjust(hspace=0.05)
plt.subplots_adjust(hspace=0.15)
#filename = 'shear-' + str(int(sigma0/1000.0)) + 'kPa-stress-dilation.pdf'
-filename = 'halfshear-darcy-rate.pdf'
+filename = 'halfshear-darcy.pdf'
#print(os.getcwd() + '/' + filename)
plt.savefig(filename)
shutil.copyfile(filename, '/home/adc/articles/own/2/graphics/' + filename)