Commit 2880177d authored by Lambert Patrick's avatar Lambert Patrick
Browse files

sysout

parent 4a77762b
No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
......@@ -147,6 +147,8 @@ public class ReproduceAndSurviveAfterReproductionWithDiagnose extends AquaNismsG
// compute the number of spawners and keep the origines of the spawners
for( DiadromousFish fish : fishInBasin){
if( fish.isMature()){
//System.out.println(fish.getAge() + " -> "+ fish.getLength() + " ("+fish.getStage()+")");
if (fish.getNumberOfReproduction() < 1) {
numberOfSpawnerForFirstTime++;
spawnersForFirstTimeAgesSum += fish.getAge();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment