Granular.jl

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

commit 123a1615b1ad0448e9392e31f54a0f857a19f415
parent abbde74a6163d80e6cf65e3298cb8891cc0e7e4b
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Mon,  1 May 2017 10:08:40 -0400

update checksum to reflect update in VTK file

Diffstat:
Mtest/vtk.jl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/vtk.jl b/test/vtk.jl @@ -18,7 +18,7 @@ elseif Base.is_apple() else error("checksum verification of VTK file not supported on this platform") end -@test readstring(`$(cmd) test.icefloes.1.vtu`) == "72f4e4b854d7e92afd8cde0b79a4af6a29e49714b751ffc30a4ff3867f44b50 test.icefloes.1.vtu\n" +@test readstring(`$(cmd) test.icefloes.1.vtu`) == "72f4e4b854d7e92afd8cde0b79a4af6a29e49714b751ffc30a4ff3867f44b505 test.icefloes.1.vtu\n" @test readstring(`$(cmd) test.ocean.1.vts`) == "f0117e414c4e71a0c55980f63865eb03b6c597fa2546983258b8a57eb4ff2a25 test.ocean.1.vts\n" rm("test.icefloes.1.vtu")