Mercurial > dive4elements > river
changeset 9185:4778333ea2cd
Fixed: manualpoint did not work for tkh calc mode
author | gernotbelger |
---|---|
date | Thu, 28 Jun 2018 10:47:00 +0200 |
parents | dace17e26d33 |
children | eec4df8165a1 |
files | artifacts/doc/conf/artifacts/manualpoints.xml artifacts/doc/conf/themes.xml |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/artifacts/doc/conf/artifacts/manualpoints.xml Wed Jun 27 14:07:02 2018 +0200 +++ b/artifacts/doc/conf/artifacts/manualpoints.xml Thu Jun 28 10:47:00 2018 +0200 @@ -40,7 +40,7 @@ <facet name="sinfo_flow_depth_minmax.manualpoints" /> <facet name="sinfo_flow_depth_development.manualpoints" /> <facet name="sinfo_flow_depth_development_peryear.manualpoints" /> - <facet name="sinfo_tkk" /> + <facet name="sinfo_tkk.manualpoints" /> <facet name="sinfo_collision.manualpoints" /> <facet name="sinfo_flood_duration.manualpoints" /> </facets>
--- a/artifacts/doc/conf/themes.xml Wed Jun 27 14:07:02 2018 +0200 +++ b/artifacts/doc/conf/themes.xml Thu Jun 28 10:47:00 2018 +0200 @@ -452,12 +452,12 @@ <mapping from="sinfo_facet_predefined_flowdepth" to="SInfoPredefinedFlowDepth" /> <mapping from="sinfo_facet_infrastructure_height" to="SInfoInfrastructureHeight" /> <mapping from="sinfo_facet_collision_count" to="SInfoCollisionCount" /> - + <mapping from="sinfo_flow_depth.manualpoints" to="ManualPoints" /> <mapping from="sinfo_flow_depth_minmax.manualpoints" to="ManualPoints" /> <mapping from="sinfo_flow_depth_development.manualpoints" to="ManualPoints" /> <mapping from="sinfo_flow_depth_development_peryear.manualpoints" to="ManualPoints" /> - <mapping from="sinfo_tkk" to="ManualPoints" /> + <mapping from="sinfo_tkk.manualpoints" to="ManualPoints" /> <mapping from="sinfo_collision.manualpoints" to="ManualPoints" /> <mapping from="sinfo_flood_duration.manualpoints" to="ManualPoints" /> </mappings>