URI:
       tfix grid - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
  HTML git clone git://src.adamsgaard.dk/sphere
   DIR Log
   DIR Files
   DIR Refs
   DIR LICENSE
       ---
   DIR commit 52a9041aececf4eecac6e85807e54270d5dbf4d1
   DIR parent 3ba0f025cf90fec05124f8c2efdba88d507ac497
  HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Mon, 27 Oct 2014 11:33:14 +0100
       
       fix grid
       
       Diffstat:
         M python/shear-results-velfac.py      |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/python/shear-results-velfac.py b/python/shear-results-velfac.py
       t@@ -254,7 +254,7 @@ plt.setp(ax1.get_xticklabels(), visible=False)
        
        ax1.grid()
        ax2.grid()
       -if zflow:
       +if zflow and fluid:
            ax3.grid()
        #ax4.grid()