Granular.jl

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

commit d82a0c7580071aa4da92054eb92a864ca24d66f0
parent 4dc81e76176b095a254667a0d52ff0d5a976ae3c
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Tue, 18 Apr 2017 22:27:25 -0400

run collision test by default

Diffstat:
Mtest/runtests.jl | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/test/runtests.jl b/test/runtests.jl @@ -1,5 +1,4 @@ using SeaIce using Base.Test -# write your own tests here -@test 1 == 2 +include("collision-2floes-normal.jl")