comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/access/FlowVelocityAccess.java @ 3759:e54f8dc222cf

Renamed input parameters of MINFO flow velocity calculation. flys-artifacts/trunk@5457 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 13 Sep 2012 13:47:02 +0000
parents 9422b559b2d5
children 048a02e29808
comparison
equal deleted inserted replaced
3758:75bc96dd9d82 3759:e54f8dc222cf
17 } 17 }
18 18
19 19
20 public int[] getMainChannels() { 20 public int[] getMainChannels() {
21 if (mainChannels == null) { 21 if (mainChannels == null) {
22 mainChannels = getIntArray("main.channel"); 22 mainChannels = getIntArray("main_channel");
23 } 23 }
24 24
25 return mainChannels; 25 return mainChannels;
26 } 26 }
27 27
28 28
29 public int[] getTotalChannels() { 29 public int[] getTotalChannels() {
30 if (totalChannels == null) { 30 if (totalChannels == null) {
31 totalChannels = getIntArray("total.channel"); 31 totalChannels = getIntArray("total_channel");
32 } 32 }
33 33
34 return totalChannels; 34 return totalChannels;
35 } 35 }
36 36

http://dive4elements.wald.intevation.org