Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 357:37b320bb292b
Added a further state that is reached if the waterlevel calculation mode has been chosen.
flys-artifacts/trunk@1764 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 28 Apr 2011 11:32:41 +0000 |
parents | 22e9574c8b1b |
children | f530114182d2 |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Thu Apr 28 11:22:45 2011 +0000 +++ b/flys-artifacts/ChangeLog Thu Apr 28 11:32:41 2011 +0000 @@ -1,3 +1,14 @@ +2011-04-28 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/artifacts/WaterlevelState.java: New. + This state should be reached if the 'calc.surface.curve' calculation + method has been chosen. + + * doc/conf/artifacts/winfo.xml: Modified a transition and added the + WaterlevelState. This state is reached if the 'calc.surface.curve' + calculation method has been chosen. It currently has 1 output - a + longitudinal section that is not implemented yet! + 2011-04-28 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/artifacts/transitions/ValueCompareTransition.java: