diff --git a/src/main/java/species/ReproduceAndSurviveAfterReproductionWithDiagnose.java b/src/main/java/species/ReproduceAndSurviveAfterReproductionWithDiagnose.java index 9ce8025f331561c8aeeb69174221c86f9a144b72..f1ca10f624eb731cf2ff1a058f5065a97adc6429 100644 --- a/src/main/java/species/ReproduceAndSurviveAfterReproductionWithDiagnose.java +++ b/src/main/java/species/ReproduceAndSurviveAfterReproductionWithDiagnose.java @@ -109,7 +109,7 @@ public class ReproduceAndSurviveAfterReproductionWithDiagnose extends AquaNismsG List<DiadromousFish> fishInBasin = riverBasin.getFishs(group); if (fishInBasin != null){ - Map<String, Double> totalFluxes = new Hashtable<String, Double>(); //On créer la Map pour stocker les flux + Map<String, Double> totalFluxes = new Hashtable<String, Double>(); //On cr�er la Map pour stocker les flux for (String nutrient : group.getFishNutrient().getNutrientsOfInterest()) { @@ -364,8 +364,8 @@ public class ReproduceAndSurviveAfterReproductionWithDiagnose extends AquaNismsG } deadFish.clear(); - System.out.println(group.getPilot().getCurrentTime() + "; " + Time.getYear(group.getPilot()) + ";" + Time.getSeason(group.getPilot()) + ";" - + riverBasin.getName() + "; " + totalFluxes); + //System.out.println(group.getPilot().getCurrentTime() + "; " + Time.getYear(group.getPilot()) + ";" + Time.getSeason(group.getPilot()) + ";" + //+ riverBasin.getName() + "; " + totalFluxes); } else {