[PATCH 1 of 2] Let QOutProcessor also handle Discharge/Q-data

Wald Commits scm-commit at wald.intevation.org
Tue Aug 27 16:05:56 CEST 2013


# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1377612945 -7200
# Node ID 35ecfd1a861a70c9cae320ac4dcb5f3301122ac1
# Parent  2119f13f95ab05c268a82c2d4d04159655c57e9d
Let QOutProcessor also handle Discharge/Q-data.

diff -r 2119f13f95ab -r 35ecfd1a861a artifacts/src/main/java/org/dive4elements/river/exports/process/QOutProcessor.java
--- a/artifacts/src/main/java/org/dive4elements/river/exports/process/QOutProcessor.java	Tue Aug 27 14:58:03 2013 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/exports/process/QOutProcessor.java	Tue Aug 27 16:15:45 2013 +0200
@@ -58,7 +58,8 @@
         }
 
         if (facetType.equals(FacetTypes.STATIC_WQKMS_Q)
-            || facetType.equals(FacetTypes.LONGITUDINAL_Q)) {
+            || facetType.equals(FacetTypes.LONGITUDINAL_Q)
+            || facetType.equals(FacetTypes.DISCHARGE_LONGITUDINAL_Q)) {
             return true;
         }
         return false;


More information about the Dive4elements-commits mailing list