From 2880177d54e40a9a1bd894ce591b87f36ae15745 Mon Sep 17 00:00:00 2001 From: Lambert Patrick <patrick.lambert@irstea.fr> Date: Mon, 6 May 2019 14:40:56 +0200 Subject: [PATCH] sysout --- .../ReproduceAndSurviveAfterReproductionWithDiagnose.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/species/ReproduceAndSurviveAfterReproductionWithDiagnose.java b/src/main/java/species/ReproduceAndSurviveAfterReproductionWithDiagnose.java index 4599a04..63f83c7 100644 --- a/src/main/java/species/ReproduceAndSurviveAfterReproductionWithDiagnose.java +++ b/src/main/java/species/ReproduceAndSurviveAfterReproductionWithDiagnose.java @@ -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(); -- GitLab