[Dive4elements-commits] [PATCH 6 of 7] FlowVelocityGenerator: Added TODO about 3rd and 4th axis

Wald Commits scm-commit at wald.intevation.org
Thu Nov 8 16:51:03 CET 2012


# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1352390037 -3600
# Node ID e7252480ded3cbabb16c983079a013bb8b65fd09
# Parent  dd3b91dbe496490ad89cc03637269f322339abc3
FlowVelocityGenerator: Added TODO about 3rd and 4th axis.

diff -r dd3b91dbe496 -r e7252480ded3 flys-artifacts/src/main/java/de/intevation/flys/exports/FlowVelocityGenerator.java
--- 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;


More information about the Dive4elements-commits mailing list