[PATCH] Fix column names in flow velocity export

Wald Commits scm-commit at wald.intevation.org
Thu Nov 7 18:13:04 CET 2013


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1383844380 -3600
# Node ID bccc08a46babf338a4c66f979170711f33d47a9d
# Parent  00950f79b0d956edd3dbdc76ace5d383af480db2
Fix column names in flow velocity export.

diff -r 00950f79b0d9 -r bccc08a46bab artifacts/src/main/java/org/dive4elements/river/exports/FlowVelocityExporter.java
--- 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)


More information about the Dive4elements-commits mailing list