treenable GSD plot - Granular.jl - Julia package for granular dynamics simulation
 (HTM) git clone git://src.adamsgaard.dk/Granular.jl
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 89e656eb476345cf8349c6904bbf08f315ba136e
 (DIR) parent f43f81ae332b0ab5b46bad05ab8affda2997f878
 (HTM) Author: Anders Damsgaard <andersd@riseup.net>
       Date:   Wed,  8 Nov 2017 12:35:14 -0500
       
       reenable GSD plot
       
       Diffstat:
         M examples/sedimentation.jl           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/examples/sedimentation.jl b/examples/sedimentation.jl
       t@@ -9,7 +9,7 @@ sim = Granular.createSimulation(id="sedimentation")
        Granular.regularPacking!(sim, [7, 25], 0.02, 0.2)
        
        # Visualize the grain-size distribution
       -#Granular.plotGrainSizeDistribution(sim)
       +Granular.plotGrainSizeDistribution(sim)
        
        # Create a grid for contact searching spanning the extent of the grains in the
        # simulation