[PATCH] The derivative curve is also a discharge diagram
Wald Commits
scm-commit at wald.intevation.org
Fri Sep 26 14:22:49 CEST 2014
# HG changeset patch
# User "Tom Gottfried <tom at intevation.de>"
# Date 1411734157 -7200
# Node ID b9fa8124583cf0558269f07a6db02573a90a599f
# Parent 9d62a8b4bf1573865ed1114ad1bcffa1da4958b2
The derivative curve is also a discharge diagram.
diff -r 9d62a8b4bf15 -r b9fa8124583c artifacts/doc/conf/meta-data.xml
--- a/artifacts/doc/conf/meta-data.xml Fri Sep 26 14:18:27 2014 +0200
+++ b/artifacts/doc/conf/meta-data.xml Fri Sep 26 14:22:37 2014 +0200
@@ -90,6 +90,9 @@
<dc:call-macro name="mainvalues"/>
<dc:call-macro name="qsectors"/>
</dc:when>
+ <dc:when test="$out = 'fix_derivate_curve'">
+ <dc:call-macro name="qmainvalues"/>
+ </dc:when>
<dc:when test="starts-with($out, 'sq_') and
not($out = 'sq_relation_export')">
<dc:call-macro name="qmainvalues"/>
@@ -193,6 +196,9 @@
<dc:when test="$out = 'fix_wq_curve'">
<dc:call-macro name="discharge-curve-prototype"/>
</dc:when>
+ <dc:when test="$out = 'fix_derivate_curve'">
+ <dc:call-macro name="discharge-curve-prototype"/>
+ </dc:when>
<dc:when test="$out = 'computed_discharge_curve'">
<dc:call-macro name="discharge-curve-prototype"/>
</dc:when>
More information about the Dive4Elements-commits
mailing list