Mercurial > dive4elements > river
log flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/WQKms.java @ 648:d4c4fefb095b
age | author | description |
---|---|---|
Wed, 18 May 2011 08:04:54 +0000 | Ingo Weinzierl | WSTs will now have a header that contains the names of the Ws or Qs that had been defined for the computation. |
Fri, 06 May 2011 14:19:27 +0000 | Ingo Weinzierl | Implemented methods to retrieve and compute the data used to create discharge longitudinal sections. |
Mon, 02 May 2011 16:28:57 +0000 | Sascha L. Teichmann | Moved expensive allocation of result arrays out of km loop. |
Fri, 29 Apr 2011 10:01:41 +0000 | Ingo Weinzierl | New method WQKms.size() to retrieve the number of elements in the data pool. |
Fri, 29 Apr 2011 08:39:17 +0000 | Sascha L. Teichmann | WQKms model: Added a get() method which takes destination array as an argument. |
Fri, 29 Apr 2011 08:28:44 +0000 | Ingo Weinzierl | Introduced GNU Trove to store WQKms values in a more performant data structure. |
Fri, 29 Apr 2011 07:27:05 +0000 | Ingo Weinzierl | Introduced a model class to store a set of triple data objects that consist of W, Q and Kms information. |