comparison artifacts/src/main/java/org/dive4elements/river/exports/FlowVelocityExporter.java @ 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 41567bf1e131
children e4606eae8ea5
comparison
equal deleted inserted replaced
7534:00950f79b0d9 7535:bccc08a46bab
85 85
86 86
87 protected void writeCSVHeader(CSVWriter writer) { 87 protected void writeCSVHeader(CSVWriter writer) {
88 writer.writeNext(new String[] { 88 writer.writeNext(new String[] {
89 msg(CSV_KM, CSV_KM), 89 msg(CSV_KM, CSV_KM),
90 msg(CSV_V_MAIN, CSV_V_MAIN),
90 msg(CSV_V_TOTAL, CSV_V_TOTAL), 91 msg(CSV_V_TOTAL, CSV_V_TOTAL),
91 msg(CSV_V_MAIN, CSV_V_MAIN),
92 msg(CSV_TAU_MAIN, CSV_TAU_MAIN), 92 msg(CSV_TAU_MAIN, CSV_TAU_MAIN),
93 msg(CSV_Q, CSV_Q), 93 msg(CSV_Q, CSV_Q),
94 msg(CSV_LOCATIONS, CSV_LOCATIONS) 94 msg(CSV_LOCATIONS, CSV_LOCATIONS)
95 }); 95 });
96 } 96 }

http://dive4elements.wald.intevation.org