Commit e2641656 authored by Lambert Patrick's avatar Lambert Patrick
Browse files

add nbSpawn in export

Showing with 1 addition and 1 deletion
+1 -1
......@@ -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();
......
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