URI:
       tUse JLD check from Granular - Granular.jl - Julia package for granular dynamics simulation
  HTML git clone git://src.adamsgaard.dk/Granular.jl
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 2e667ce3f7af86c0fb8bb083e1d97bc7b75b9e2d
   DIR parent 996fbe5550368a30b746216a1ac5e1d89501f2fd
  HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Wed,  6 Jun 2018 12:58:33 -0400
       
       Use JLD check from Granular
       
       Diffstat:
         M test/jld.jl                         |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/test/jld.jl b/test/jld.jl
       t@@ -4,7 +4,7 @@ import Compat
        Compat.@info "#### $(basename(@__FILE__)) ####"
        
        Compat.@info "Determining if JLD is installed"
       -if typeof(Compat.Pkg.installed("JLD")) == VersionNumber
       +if Granular.hasJLD
            Compat.@info "JLD found, proceeding with JLD-specific tests"
        
            Compat.@info "Writing simple simulation to JLD file"