Commit 5edf587c authored by Poulet Camille's avatar Poulet Camille
Browse files

Syntax and blank

Showing with 1 addition and 2 deletions
+1 -2
...@@ -69,10 +69,9 @@ public class WriteEffectiveAndBiomassExportFluxes extends AquaNismsGroupProcess< ...@@ -69,10 +69,9 @@ public class WriteEffectiveAndBiomassExportFluxes extends AquaNismsGroupProcess<
if (fish.getStage()==Stage.IMMATURE) { if (fish.getStage()==Stage.IMMATURE) {
double abundanceExp = fish.getAmount(); double abundanceExp = fish.getAmount();
double biomass = group.getNutrientRoutine().getWeight(fish) * fish.getAmount(); double biomass = group.getNutrientRoutine().getWeight(fish) * fish.getAmount();
totalOutputFluxes.put("biomass", totalOutputFluxes.get("biomass") + biomass); totalOutputFluxes.put("biomass", totalOutputFluxes.get("biomass") + biomass);
totalOutputFluxes.put("abundance", totalOutputFluxes.get("abundance") + abundanceExp); totalOutputFluxes.put("abundance", totalOutputFluxes.get("abundance") + abundanceExp);
} }
} }
} }
try { try {
......
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