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
8c71251e
Commit
8c71251e
authored
Feb 17, 2021
by
patrick.lambert
Browse files
remove sysout
parent
6a8f15ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/species/DisperseAndMigrateToRiverWithMultiNomDistriAndDeathBasin.java
View file @
8c71251e
...
...
@@ -248,10 +248,10 @@ public class DisperseAndMigrateToRiverWithMultiNomDistriAndDeathBasin extends Di
}
}
}
System
.
out
.
println
(
this
.
getClass
().
getSimpleName
());
System
.
out
.
println
(
" total abundance in river basins: "
+
group
.
getFishEffective
());
System
.
out
.
println
(
"
female spawners: "
+
group
.
getFemaleSpawnerEffective
()
+
" \tmale spawners: "
+
group
.
getMaleSpawnerEffective
());
//
System.out.println(this.getClass().getSimpleName());
//
System.out.println(" total abundance in river basins: " + group.getFishEffective());
//
System.out.println(" female spawners: " + group.getFemaleSpawnerEffective() + " \tmale spawners: "
//
+ group.getMaleSpawnerEffective());
// --------------------------------------------------------------------------------------------------
// update the observers
...
...
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