Granular.jl

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

commit d67f4c7667ccc392ddf6943d38f976613f9f3fff
parent 1c692cbdb7170b49b5049d6ba44893193752d484
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Tue, 20 Feb 2018 19:46:47 -0500

Update grain VTK checksum

Diffstat:
Mtest/cohesion.jl | 2++
Mtest/vtk.jl | 2+-
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/test/cohesion.jl b/test/cohesion.jl @@ -1,4 +1,6 @@ #!/usr/bin/env julia +using Compat.Test +import Granular # Check for conservation of kinetic energy (=momentum) during a normal collision # between two ice cylindrical grains diff --git a/test/vtk.jl b/test/vtk.jl @@ -29,7 +29,7 @@ end grainpath = "test/test.grains.1.vtu" grainchecksum = -"e0c5bb80eed2654118d3ba697a899892ce3958f40d6aef83f3c7be2b70321e87 " * +"8ce4e4045d150fc75cdb4126edcb32cb4d09f297065602a075cbe34dceef27c7 " * grainpath * "\n" graininteractionpath = "test/test.grain-interaction.1.vtp"