[PATCH 4 of 4] issue1383: Create new facet und resolve issue. Double-click symetry remains

Wald Commits scm-commit at wald.intevation.org
Fri Jun 28 11:16:22 CEST 2013


# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1372411541 -7200
# Node ID c740a4815bb28efaf1cfaa32ebd25f3443c96d19
# Parent  f3e5c6d6b0a2a8d476ce4b76e8758288debb31d5
issue1383: Create new facet und resolve issue. Double-click symetry remains.

diff -r f3e5c6d6b0a2 -r c740a4815bb2 artifacts/src/main/java/org/dive4elements/river/artifacts/states/fixation/FixRealizingCompute.java
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/states/fixation/FixRealizingCompute.java	Fri Jun 28 11:24:45 2013 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/states/fixation/FixRealizingCompute.java	Fri Jun 28 11:25:41 2013 +0200
@@ -108,6 +108,9 @@
                 nameQ = "Q(" + nameW + ")";
             }
 
+            Facet wq = new FixWaterlevelFacet(
+                i, FIX_WQ_LS, nameW, ComputeType.ADVANCE, hash, id);
+
             Facet w = new FixWaterlevelFacet(
                 i, LONGITUDINAL_W, nameW, ComputeType.ADVANCE, hash, id);
 
@@ -115,6 +118,7 @@
                 i, LONGITUDINAL_Q, nameQ, ComputeType.ADVANCE, hash, id);
             Facet csFacet = new CrossSectionWaterLineFacet(i, nameW);
 
+            facets.add(wq);
             facets.add(w);
             facets.add(q);
             facets.add(csFacet);


More information about the Dive4elements-commits mailing list