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
b06bd86b
Commit
b06bd86b
authored
Jul 02, 2020
by
Lambert Patrick
Browse files
comment system.out
parent
cb58b96f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/species/DisperseAndMigrateToRiverWithMultiNomDistriAndDeathBasin.java
View file @
b06bd86b
...
...
@@ -219,7 +219,7 @@ public class DisperseAndMigrateToRiverWithMultiNomDistriAndDeathBasin extends Di
strayerDestination
.
addFish
(
fish
.
duplicateWithNewPositionAndAmount
(
group
.
getPilot
(),
strayerDestination
,
amountToGo
),
group
);
remainingStrayedAmount
-=
amountToGo
;
System
.
out
.
println
(
strayerDestination
.
getName
()
+
"<-"
+
amountToGo
);
//
System.out.println(strayerDestination.getName() + "<-" + amountToGo);
}
if
(
remainingStrayedAmount
==
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