Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gs-boids
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
graphstream
gs-boids
Commits
849616f5
Commit
849616f5
authored
Apr 03, 2012
by
gsavin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
..
parent
5b92456d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/org/graphstream/boids/Boid.java
src/org/graphstream/boids/Boid.java
+3
-0
No files found.
src/org/graphstream/boids/Boid.java
View file @
849616f5
...
...
@@ -146,6 +146,9 @@ public class Boid extends AdjacencyListNode {
if
(
getEdgeBetween
(
b2
)
==
null
)
getGraph
().
addEdge
(
getEdgeId
(
this
,
b2
),
this
,
b2
);
}
}
else
{
while
(
getDegree
()
>
0
)
getGraph
().
removeEdge
(
getEdge
(
0
));
}
}
...
...
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