Granular.jl

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

commit 88d9a2d7f028f6db6738fee8147d234c3eb24c0f
parent 44d111b2b68c2f33de09016bb1d8cc4deb7af478
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Thu, 16 Nov 2017 07:56:39 -0800

fix syntax typo

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

diff --git a/src/atmosphere.jl b/src/atmosphere.jl @@ -137,7 +137,7 @@ function createRegularAtmosphereGrid(n::Vector{Int}, zl, u, v, Array{Array{Int, 1}}(size(xh, 1), size(xh, 2)), - bc_west, bc_south, bc_east, bc_north) + bc_west, bc_south, bc_east, bc_north, false) end