Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
SimAquaLife
GR3D
Commits
bcbaddf4
Commit
bcbaddf4
authored
Aug 08, 2020
by
patrick.lambert
Browse files
shape not FINAL
parent
62b6fe27
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/environment/Basin.java
View file @
bcbaddf4
...
...
@@ -87,7 +87,7 @@ public class Basin implements Position, Comparable<Basin> {
*
* @unit
*/
private
final
Path2D
.
Double
shape
;
private
Path2D
.
Double
shape
;
/**
* distance to other catchments in the universe (from the same type ?)
...
...
@@ -258,6 +258,15 @@ public class Basin implements Position, Comparable<Basin> {
}
/**
* @param shape
* the shape to set
*/
public
void
setShape
(
Path2D
.
Double
shape
)
{
this
.
shape
=
shape
;
}
/*
* public void setShape(Path2D.Double shape) { this.shape = shape; }
*/
...
...
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