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
0ac14ffc
Commit
0ac14ffc
authored
Apr 16, 2021
by
patrick.lambert
Browse files
unused method as deprecated
parent
aaed9e2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/environment/Basin.java
View file @
0ac14ffc
...
...
@@ -112,7 +112,6 @@ public class Basin implements Position, Comparable<Basin> {
*/
private
Map
<
DiadromousFishGroup
,
Long
>
effectivePerGroup
;
public
Basin
(
int
id
,
String
name
,
double
winterTemperature
,
double
springTemperature
,
double
summerTemperature
,
double
fallTemperature
)
{
this
.
id
=
id
;
...
...
@@ -188,6 +187,7 @@ public class Basin implements Position, Comparable<Basin> {
}
@Deprecated
public
void
updateEffective
()
{
for
(
DiadromousFishGroup
group
:
fishPerGroup
.
keySet
())
{
long
eff
=
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