From 5edf587c83579f4d4dc8e0f0a11a32532e3b7d90 Mon Sep 17 00:00:00 2001 From: "camille.poulet" <camille.poulet@irstea.fr> Date: Thu, 15 Oct 2020 11:12:00 +0200 Subject: [PATCH] Syntax and blank --- .../java/species/WriteEffectiveAndBiomassExportFluxes.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/java/species/WriteEffectiveAndBiomassExportFluxes.java b/src/main/java/species/WriteEffectiveAndBiomassExportFluxes.java index 705c73e..c106bda 100644 --- a/src/main/java/species/WriteEffectiveAndBiomassExportFluxes.java +++ b/src/main/java/species/WriteEffectiveAndBiomassExportFluxes.java @@ -69,10 +69,9 @@ public class WriteEffectiveAndBiomassExportFluxes extends AquaNismsGroupProcess< if (fish.getStage()==Stage.IMMATURE) { double abundanceExp = fish.getAmount(); double biomass = group.getNutrientRoutine().getWeight(fish) * fish.getAmount(); - totalOutputFluxes.put("biomass", totalOutputFluxes.get("biomass") + biomass); totalOutputFluxes.put("abundance", totalOutputFluxes.get("abundance") + abundanceExp); - } + } } } try { -- GitLab