Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 1938:1d991c91285b
Refactored the code of the 'berechnete Abflusskurve' to be reusable in the 'Bezugslinienverfahren'.
flys-artifacts/trunk@3319 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Fri, 25 Nov 2011 17:27:40 +0000 |
parents | f07d64d5cbe1 |
children | 2730d17df021 |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Fri Nov 25 15:50:31 2011 +0000 +++ b/flys-artifacts/ChangeLog Fri Nov 25 17:27:40 2011 +0000 @@ -1,3 +1,10 @@ +2011-11-25 Sascha L. Teichmann <sascha.teichmann@intevation.de> + + * src/main/java/de/intevation/flys/artifacts/model/WstValueTable.java: + Refactored the code for the "berechnete Abflusskurve" to enable + the "Bezugslinienverfahren" to use the same code paths. It also + removes a good deal of already existing code duplication. + 2011-11-25 Sascha L. Teichmann <sascha.teichmann@intevation.de> * src/main/java/de/intevation/flys/artifacts/model/WstValueTable.java(findQsForW): @@ -25,7 +32,7 @@ * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: (createAxes, removeEmptyRangeAxes): Survive empty datasets map, create - primary axis. + primary axis. (recoverEmptyPlot): New. 2011-11-25 Felix Wolfsteller <felix.wolfsteller@intevation.de>