comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/FlowVelocityState.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 e8a4d2fd25cc
comparison
equal deleted inserted replaced
3231:f6b571220852 3232:cdbc457e23e2
44 Object old 44 Object old
45 ) { 45 ) {
46 logger.debug("FlowVelocityState.computeAdvance"); 46 logger.debug("FlowVelocityState.computeAdvance");
47 47
48 List<Facet> newFacets = new ArrayList<Facet>(); 48 List<Facet> newFacets = new ArrayList<Facet>();
49 49
50 FlowVelocityAccess access = new FlowVelocityAccess(artifact); 50 FlowVelocityAccess access = new FlowVelocityAccess(artifact);
51 51
52 CalculationResult res = old instanceof CalculationResult 52 CalculationResult res = old instanceof CalculationResult
53 ? (CalculationResult) old 53 ? (CalculationResult) old
54 : new FlowVelocityCalculation().calculate(access); 54 : new FlowVelocityCalculation().calculate(access);

http://dive4elements.wald.intevation.org