Mercurial > dive4elements > river
log
age | author | description |
---|---|---|
Sun, 02 Jun 2013 13:51:27 +0200 | Sascha L. Teichmann | Bed quality calculation: Replaced another iteration over the key set + directly fetching the values withan iteration over the entry set. |
Sun, 02 Jun 2013 13:45:12 +0200 | Sascha L. Teichmann | Bed quality calculation: Fixed a calculation typo: s/sum =+ d/sum += d/ |
Sun, 02 Jun 2013 02:43:00 +0200 | Sascha L. Teichmann | Bed height: Removed braindead index determination code. |
Sat, 01 Jun 2013 20:08:21 +0200 | Sascha L. Teichmann | Bed height differences: DO NOT STORE ARTIFACTS IN CALCULATION RESULTS!!! This would lead to caching them which is _really_ wrong. |
Sat, 01 Jun 2013 18:59:52 +0200 | Sascha L. Teichmann | Bed height differences: Some refactoring of the calculation to improve readability and performance. |
Sat, 01 Jun 2013 09:10:15 +0200 | Sascha L. Teichmann | Removed unnecessary call of map.containsKey(x). |
Sat, 01 Jun 2013 09:02:51 +0200 | Sascha L. Teichmann | Removed obsolete import. |