tremove abundant newlines - 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 3fb2ebf739fa4636a0bc1986655b561732551cbc
 (DIR) parent 6f6e86771c2e8cad6bdaa19bc9dc840a0f0d04cf
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Wed, 18 Feb 2015 09:16:21 +0100
       
       remove abundant newlines
       
       Diffstat:
         M python/sphere.py                    |       4 +---
       
       1 file changed, 1 insertion(+), 3 deletions(-)
       ---
 (DIR) diff --git a/python/sphere.py b/python/sphere.py
       t@@ -6150,9 +6150,7 @@ class sim:
                    #ax1.set_xlabel('Effective normal stress [kPa]')
                    ax1.set_xlabel('Friction $\\tau/N$ [-]')
                    #ax1.set_ylabel('Shear velocity [m/s]')
       -            ax1.set_ylabel('Shear strain rate [s$^{-1}$]')
       -
       -
       +            ax1.set_ylabel('Shear strain rate $\\dot{\\gamma}$ [s$^{-1}$]')
        
                    '''
                    ax2 = plt.subplot(212)