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
ac0e8fe4
Commit
ac0e8fe4
authored
Mar 13, 2012
by
Ant01n3
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed dependancy to old util.jar library.
parent
e88cc204
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
13 deletions
+5
-13
src/org/graphstream/boids/Context.java
src/org/graphstream/boids/Context.java
+5
-13
No files found.
src/org/graphstream/boids/Context.java
View file @
ac0e8fe4
...
...
@@ -43,7 +43,7 @@ import org.miv.pherd.ParticleBox;
import
org.miv.pherd.ntree.Anchor
;
import
org.miv.pherd.ntree.CellSpace
;
import
org.miv.pherd.ntree.OctreeCellSpace
;
import
org.util.Environment
;
//
import org.util.Environment;
import
java.util.Random
;
...
...
@@ -131,10 +131,7 @@ public class Context extends AdjacencyListGraph {
// Attribute
/**
* The environment.
*/
protected
Environment
env
;
//protected Environment env;
protected
CellSpace
space
;
...
...
@@ -217,14 +214,9 @@ public class Context extends AdjacencyListGraph {
return
maxParticlesPerCell
;
}
/**
* The current environment.
*
* @return The environment.
*/
public
Environment
getEnv
()
{
return
env
;
}
// public Environment getEnv() {
// return env;
// }
/**
* The current particle box.
...
...
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