commit 89e656eb476345cf8349c6904bbf08f315ba136e
parent f43f81ae332b0ab5b46bad05ab8affda2997f878
Author: Anders Damsgaard <andersd@riseup.net>
Date: Wed, 8 Nov 2017 12:35:14 -0500
reenable GSD plot
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/sedimentation.jl b/examples/sedimentation.jl
@@ -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