tfix typo - 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 e4486a0e7b83d9521b2f1ef73e706943a09b6e34
(DIR) parent 5fa1bf5dcc7ddcd32349a0477194b7e53eacca38
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Wed, 13 Aug 2014 09:30:57 +0200
fix typo
Diffstat:
M python/permeability-calculator.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/python/permeability-calculator.py b/python/permeability-calculator.py
t@@ -161,7 +161,7 @@ class PermeabilityCalc:
plt.legend()
plt.grid()
- filename = self.sid + '-permeability.' + outformat)
+ filename = self.sid + '-permeability.' + outformat
plt.savefig(filename)
print('Figure saved as "' + filename + '"')
plt.show()