Granular.jl

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

commit 679fbb6447fc38b7bd214b3bac2c3c7300817069
parent e82bda84db3fa2525beabcc434837a0e484cc087
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Mon, 12 Jun 2017 15:15:32 -0400

remove JLD as a requirement

Diffstat:
MREADME.md | 7+++++--
MREQUIRE | 1-
2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -17,8 +17,11 @@ the Julia shell by: This will install the contents of this repository in the folder `~/.julia/v$(JULIA_VERSION)/SeaIce`, and install the packages specified as -[requirements](REQUIRE). Import the package contents into the current Julia -session with: +[requirements](REQUIRE). The package [JLD](https://github.com/JuliaIO/JLD.jl) +is used for model restarts and is recommended but not required, and thus is not +automatically installed. + +Import the package contents into the current Julia session with: import SeaIce diff --git a/REQUIRE b/REQUIRE @@ -1,4 +1,3 @@ julia 0.5 WriteVTK NetCDF -JLD