Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Ahmad Reza Cheraghi
swarm-sim
Commits
74e8dfb5
Commit
74e8dfb5
authored
Apr 10, 2019
by
Ahmad Reza
Browse files
matter to Matter
parent
4fdf1dd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
run.py
View file @
74e8dfb5
...
...
@@ -36,11 +36,10 @@ def swarm_sim(argv):
window_size_y
=
config
.
getint
(
"Simulator"
,
"window_size_y"
)
border
=
config
.
getint
(
"Simulator"
,
"border"
)
max_particles
=
config
.
getint
(
"Simulator"
,
"max_particles"
)
mm_limitation
=
config
.
getboolean
(
"matter"
,
"mm_limitation"
)
mm_particle
=
config
.
getint
(
"matter"
,
"particle_mm_size"
)
mm_tile
=
config
.
getint
(
"matter"
,
"tile_mm_size"
)
mm_location
=
config
.
getint
(
"matter"
,
"location_mm_size"
)
tile_color_map
=
config
.
getboolean
(
"matter"
,
"tile_color_map"
)
mm_limitation
=
config
.
getboolean
(
"Matter"
,
"mm_limitation"
)
mm_particle
=
config
.
getint
(
"Matter"
,
"particle_mm_size"
)
mm_tile
=
config
.
getint
(
"Matter"
,
"tile_mm_size"
)
mm_location
=
config
.
getint
(
"Matter"
,
"location_mm_size"
)
multiple_sim
=
0
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment