Granular.jl

Julia package for granular dynamics simulation
git clone git://src.adamsgaard.dk/Granular.jl
Log | Files | Refs | README | LICENSE

commit a19598f72d623c1a082fb021860e7b4f7bbc58eb
parent c0197122604cd76fc10c2000f11815191c4d542e
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Tue,  3 Oct 2017 14:43:04 -0400

add missing variable declaration

Diffstat:
Msrc/icefloe.jl | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/icefloe.jl b/src/icefloe.jl @@ -1,4 +1,5 @@ ## Manage icefloes in the model +hasPyPlot = false if typeof(Pkg.installed("PyPlot")) == VersionNumber import PyPlot hasPyPlot = true