tsave figure, do not show - 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 3650114c55663dbb380a6c60844a6a34bf920054
 (DIR) parent 0bddc01962a2c7484665b22c57e537b6f2648513
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Wed, 13 Aug 2014 11:46:30 +0200
       
       save figure, do not show
       
       Diffstat:
         M python/permeabilitycalculator.py    |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/python/permeabilitycalculator.py b/python/permeabilitycalculator.py
       t@@ -178,4 +178,3 @@ class PermeabilityCalc:
                filename = self.sid + '-permeability.' + outformat
                plt.savefig(filename)
                print('Figure saved as "' + filename + '"')
       -        plt.show()