[PATCH 3 of 3] Add another axis (height) to longitudinal-diagram-defaults
Wald Commits
scm-commit at wald.intevation.org
Wed Oct 23 11:42:11 CEST 2013
# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1382521284 -7200
# Node ID 84873a3866305761f9c239cb33b5980b824adf13
# Parent fcf72e5777c03b5e318cc9a8610e95b5fbcc76fe
Add another axis (height) to longitudinal-diagram-defaults.
diff -r fcf72e5777c0 -r 84873a386630 artifacts/doc/conf/longitudinal-diagram-defaults.xml
--- a/artifacts/doc/conf/longitudinal-diagram-defaults.xml Wed Oct 23 11:33:31 2013 +0200
+++ b/artifacts/doc/conf/longitudinal-diagram-defaults.xml Wed Oct 23 11:41:24 2013 +0200
@@ -7,6 +7,7 @@
<axis name="diffBed/Y"/>
<axis name="BedHeight"/>
<axis name="SoundingWidth"/>
+ <axis name="Height"/>
<axis name="Width"/>
<axis name="Diameter"/>
<axis name="Density"/>
@@ -38,4 +39,5 @@
<processor class="org.dive4elements.river.exports.process.FlowVelocityProcessor" axis="Velocity"/>
<processor class="org.dive4elements.river.exports.process.ShearStressProcessor" axis="Tau"/>
<processor class="org.dive4elements.river.exports.process.SedimentDensityProcessor" axis="Density"/>
+ <processor class="org.dive4elements.river.exports.process.BedHeightProcessor" axis="Height"/>
</longitudinal-defaults>
More information about the Dive4elements-commits
mailing list