diff flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/FlowVelocityCalculation.java @ 3258:3c006a53e551

Replaced tabs with four spaces each. flys-artifacts/trunk@4895 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 08 Jul 2012 08:43:13 +0000
parents cdbc457e23e2
children 0f7abd95c6e2
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/FlowVelocityCalculation.java	Sun Jul 08 07:56:46 2012 +0000
+++ b/flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/FlowVelocityCalculation.java	Sun Jul 08 08:43:13 2012 +0000
@@ -22,7 +22,6 @@
         Logger.getLogger(FlowVelocityCalculation.class);
 
 
-
     public CalculationResult calculate(FlowVelocityAccess access) {
         logger.info("FlowVelocityCalculation.calculate");
 
@@ -30,7 +29,7 @@
         int[] totalIds = access.getTotalChannels();
 
         if (logger.isDebugEnabled()) {
-        	Artifact a = access.getArtifact();
+            Artifact a = access.getArtifact();
             logger.debug("Artifact '" + a.identifier() + "' contains:");
             if (mainIds != null) {
                 logger.debug("   " + mainIds.length + " main channel ids");
@@ -79,7 +78,7 @@
 
 
     protected List<FlowVelocityModel> getFlowVelocityModels(
-    	FlowVelocityAccess  access,
+        FlowVelocityAccess  access,
         List<DischargeZone> zones
     ) {
         River river = FLYSUtils.getRiver(access.getArtifact());
@@ -132,7 +131,7 @@
 
 
     protected CalculationResult buildCalculationResult(
-    	FlowVelocityAccess 	    access,
+        FlowVelocityAccess         access,
         List<FlowVelocityModel> models
     ) {
         double kmLo = access.getLowerKM();

http://dive4elements.wald.intevation.org