diff --git a/src/main/java/species/ExportLenghtAgeDistribution.java b/src/main/java/species/ExportLenghtAgeDistribution.java index 4e342b29504c7dc4654fbf32812ef39180fe9146..25a38baf047f813d67bb88cdc51d7697738792f9 100644 --- a/src/main/java/species/ExportLenghtAgeDistribution.java +++ b/src/main/java/species/ExportLenghtAgeDistribution.java @@ -72,7 +72,7 @@ public class ExportLenghtAgeDistribution extends AquaNismsGroupProcess<Diadromou fileNameOutput +group.getSimulationId()+ ".csv"))); bW.write("timestep"+sep+"year"+sep+"season"+sep+"basin"+ sep+"gender" - +sep+ "effective" +sep+"length"+sep+"age"+"\n"); + +sep+ "effective" +sep+"length"+sep+"age"+sep+"nbSpawn"+"\n"); } catch (IOException e) { e.printStackTrace();