comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/math/BackJumpCorrector.java @ 3076:5642a83420f2

FLYS artifacts: Removed trailing whitespace. flys-artifacts/trunk@4670 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 15 Jun 2012 09:30:07 +0000
parents 2898b1ff6013
children
comparison
equal deleted inserted replaced
3075:db9e2bb34707 3076:5642a83420f2
186 return !backjumps.isEmpty(); 186 return !backjumps.isEmpty();
187 } 187 }
188 188
189 189
190 protected static double aboveWaterKM( 190 protected static double aboveWaterKM(
191 double [] km, 191 double [] km,
192 double [] ws, 192 double [] ws,
193 int wIndex 193 int wIndex
194 ) { 194 ) {
195 double w = ws[wIndex]; 195 double w = ws[wIndex];
196 196
197 while (--wIndex >= 0) { 197 while (--wIndex >= 0) {

http://dive4elements.wald.intevation.org