[PATCH 9 of 9] Actually commit the canHandle part of the last revision. (WQCKms in WOut proc.)

Wald Commits scm-commit at wald.intevation.org
Tue Sep 24 11:44:06 CEST 2013


# HG changeset patch
# User Andre Heinecke <aheinecke at intevation.de>
# Date 1380015801 -7200
# Branch generator-refactoring
# Node ID e3333da25634e67e75da3d5383a54f80c2bf7d9e
# Parent  099f9faf5bf9c3b8d488a4a203f1e8e78ec0bcc0
Actually commit the canHandle part of the last revision. (WQCKms in WOut proc.)

diff -r 099f9faf5bf9 -r e3333da25634 artifacts/src/main/java/org/dive4elements/river/exports/process/WOutProcessor.java
--- a/artifacts/src/main/java/org/dive4elements/river/exports/process/WOutProcessor.java	Tue Sep 24 11:42:04 2013 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/exports/process/WOutProcessor.java	Tue Sep 24 11:43:21 2013 +0200
@@ -165,7 +165,8 @@
                 || facetType.equals(FacetTypes.HEIGHTMARKS_POINTS)
                 || facetType.equals(FacetTypes.STATIC_WQKMS)
                 || facetType.equals(FacetTypes.STATIC_WQKMS_W)
-                || facetType.equals(FacetTypes.DISCHARGE_LONGITUDINAL_W))
+                || facetType.equals(FacetTypes.DISCHARGE_LONGITUDINAL_W)
+                || facetType.equals(FacetTypes.DISCHARGE_LONGITUDINAL_C))
         {
             return true;
         }


More information about the Dive4elements-commits mailing list