Mercurial > dive4elements > river
changeset 4457:e7252480ded3
FlowVelocityGenerator: Added TODO about 3rd and 4th axis.
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Thu, 08 Nov 2012 16:53:57 +0100 |
parents | dd3b91dbe496 |
children | 0968a35247ac |
files | flys-artifacts/src/main/java/de/intevation/flys/exports/FlowVelocityGenerator.java |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/exports/FlowVelocityGenerator.java Thu Nov 08 16:53:06 2012 +0100 +++ b/flys-artifacts/src/main/java/de/intevation/flys/exports/FlowVelocityGenerator.java Thu Nov 08 16:53:57 2012 +0100 @@ -33,6 +33,7 @@ public enum YAXIS { V(0), T(1); + /* TODO Q and Density will come as 4th and 3rd axis. */ protected int idx; private YAXIS(int c) { idx = c;