tuse Compat.Dates for compatibility with Julia 0.6 and 0.7 - 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 5ce691186cd1e035b45adafe40e4ba9067902886
(DIR) parent fbae27e0d8c34f95d98eea0c2ec15f0e3ba9890f
(HTM) Author: Anders Damsgaard <andersd@riseup.net>
Date: Wed, 29 Nov 2017 11:02:28 -0500
use Compat.Dates for compatibility with Julia 0.6 and 0.7
Diffstat:
M src/io.jl | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) diff --git a/src/io.jl b/src/io.jl
t@@ -6,6 +6,7 @@ if typeof(Pkg.installed("JLD")) == VersionNumber
hasJLD = true
end
using Compat.DelimitedFiles
+using Compat.Dates
# load Homebrew/WinRPM for gnuplot and imagemagick
if is_apple()