Mercurial > dive4elements > river
changeset 7535:bccc08a46bab
Fix column names in flow velocity export.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 07 Nov 2013 18:13:00 +0100 |
parents | 00950f79b0d9 |
children | ee1c36b41a16 |
files | artifacts/src/main/java/org/dive4elements/river/exports/FlowVelocityExporter.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/exports/FlowVelocityExporter.java Thu Nov 07 11:10:58 2013 +0100 +++ b/artifacts/src/main/java/org/dive4elements/river/exports/FlowVelocityExporter.java Thu Nov 07 18:13:00 2013 +0100 @@ -87,8 +87,8 @@ protected void writeCSVHeader(CSVWriter writer) { writer.writeNext(new String[] { msg(CSV_KM, CSV_KM), + msg(CSV_V_MAIN, CSV_V_MAIN), msg(CSV_V_TOTAL, CSV_V_TOTAL), - msg(CSV_V_MAIN, CSV_V_MAIN), msg(CSV_TAU_MAIN, CSV_TAU_MAIN), msg(CSV_Q, CSV_Q), msg(CSV_LOCATIONS, CSV_LOCATIONS)