comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/FlowVelocityCalculation.java @ 3232:cdbc457e23e2

Removed trailing whitespace. flys-artifacts/trunk@4862 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 03 Jul 2012 12:52:58 +0000
parents b888c5eb65b3
children 3c006a53e551
comparison
equal deleted inserted replaced
3231:f6b571220852 3232:cdbc457e23e2
18 18
19 public class FlowVelocityCalculation extends Calculation { 19 public class FlowVelocityCalculation extends Calculation {
20 20
21 private static final Logger logger = 21 private static final Logger logger =
22 Logger.getLogger(FlowVelocityCalculation.class); 22 Logger.getLogger(FlowVelocityCalculation.class);
23 23
24 24
25 25
26 public CalculationResult calculate(FlowVelocityAccess access) { 26 public CalculationResult calculate(FlowVelocityAccess access) {
27 logger.info("FlowVelocityCalculation.calculate"); 27 logger.info("FlowVelocityCalculation.calculate");
28 28
29 int[] mainIds = access.getMainChannels(); 29 int[] mainIds = access.getMainChannels();
30 int[] totalIds = access.getTotalChannels(); 30 int[] totalIds = access.getTotalChannels();
31 31
32 if (logger.isDebugEnabled()) { 32 if (logger.isDebugEnabled()) {
33 Artifact a = access.getArtifact(); 33 Artifact a = access.getArtifact();

http://dive4elements.wald.intevation.org