Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 361:3e3ec9613883
Introduced a model class to store a set of triple data objects that consist of W, Q and Kms information.
flys-artifacts/trunk@1769 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 29 Apr 2011 07:27:05 +0000 |
parents | 3571357c85a7 |
children | d79a51fc4f1d |
comparison
equal
deleted
inserted
replaced
360:3571357c85a7 | 361:3e3ec9613883 |
---|---|
1 2011-04-29 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/model/WQKms.java: New. This | |
4 model class represents a pool of data triples that consist of W, Q and | |
5 Kms information. This class might be used to compute data for creating | |
6 longitudinal section curves (which are based on those W, Q and Kms | |
7 values). | |
8 | |
1 2011-04-29 Ingo Weinzierl <ingo@intevation.de> | 9 2011-04-29 Ingo Weinzierl <ingo@intevation.de> |
2 | 10 |
3 * src/main/java/de/intevation/flys/artifacts/model/WstValueTable.java: | 11 * src/main/java/de/intevation/flys/artifacts/model/WstValueTable.java: |
4 Bugfix: Removed endless loop and a bug while iterating over Hibernate | 12 Bugfix: Removed endless loop and a bug while iterating over Hibernate |
5 results. | 13 results. |