tfix syntax typo - Granular.jl - Julia package for granular dynamics simulation
 (HTM) git clone git://src.adamsgaard.dk/Granular.jl
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 88d9a2d7f028f6db6738fee8147d234c3eb24c0f
 (DIR) parent 44d111b2b68c2f33de09016bb1d8cc4deb7af478
 (HTM) Author: Anders Damsgaard <andersd@riseup.net>
       Date:   Thu, 16 Nov 2017 07:56:39 -0800
       
       fix syntax typo
       
       Diffstat:
         M src/atmosphere.jl                   |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/atmosphere.jl b/src/atmosphere.jl
       t@@ -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