Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
boids
boids4
Commits
885e2450
Commit
885e2450
authored
Oct 30, 2015
by
Cassio Kirch
Browse files
Replaced neighbors by endoNeighbors.
parent
091c024e
Changes
1
Hide whitespace changes
Inline
Side-by-side
boid.h
View file @
885e2450
...
...
@@ -10,7 +10,7 @@ struct Boid
struct
Boid
*
next
;
/* Considering on the same box... */
struct
Boid
*
previous
;
/* ... (same list). */
unsigned
int
boxID
;
unsigned
int
n
eighbors
;
unsigned
int
endoN
eighbors
;
unsigned
int
ectoNeighbors
;
cellType
type
;
/* Endo or ectoderm. */
double
gamma
;
...
...
Write
Preview
Markdown
is supported
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