Granular.jl

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

commit 3a3943c19320efec049abdfb35c442e0c58e6223
parent becce5fac380f92fcc830d87cf93264aba9bdc69
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Thu, 22 Jun 2017 13:58:32 -0400

declare Nc_max as constant

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

diff --git a/src/icefloe.jl b/src/icefloe.jl @@ -1,6 +1,6 @@ ## Manage icefloes in the model -Nc_max = 32 # max. no. of contacts per ice floe +const Nc_max = 32 # max. no. of contacts per ice floe export addIceFloeCylindrical """