tdeclare Nc_max as constant - Granular.jl - Julia package for granular dynamics simulation
HTML git clone git://src.adamsgaard.dk/Granular.jl
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 3a3943c19320efec049abdfb35c442e0c58e6223
DIR parent becce5fac380f92fcc830d87cf93264aba9bdc69
HTML Author: Anders Damsgaard <andersd@riseup.net>
Date: Thu, 22 Jun 2017 13:58:32 -0400
declare Nc_max as constant
Diffstat:
M src/icefloe.jl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/src/icefloe.jl b/src/icefloe.jl
t@@ -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
"""