Author: echatellier Date: 2017-03-07 09:05:24 +0100 (Tue, 07 Mar 2017) New Revision: 396 Url: http://forge.codelutin.com/projects/isis-fish-data/repository/revisions/396 Log: Fix column names Modified: tags/4.4.0/exports/Recruitment.java Modified: tags/4.4.0/exports/Recruitment.java =================================================================== --- tags/4.4.0/exports/Recruitment.java 2017-03-07 08:00:30 UTC (rev 395) +++ tags/4.4.0/exports/Recruitment.java 2017-03-07 08:05:24 UTC (rev 396) @@ -2,7 +2,7 @@ * #%L * IsisFish data * %% - * Copyright (C) 2015 - 2016 Ifremer, CodeLutin + * Copyright (C) 2015 - 2017 Ifremer, CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as @@ -83,7 +83,7 @@ @Override public void exportBegin(SimulationStorage simulation, Writer out) throws Exception { - out.write("step;population;value\n"); + out.write("population;step;value\n"); } @Override