Mercurial > dive4elements > river
changeset 8336:b9fa8124583c
The derivative curve is also a discharge diagram.
author | "Tom Gottfried <tom@intevation.de>" |
---|---|
date | Fri, 26 Sep 2014 14:22:37 +0200 |
parents | 9d62a8b4bf15 |
children | f5461750e5c7 |
files | artifacts/doc/conf/meta-data.xml |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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>