Mercurial > dive4elements > river
comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/math/DifferenceCurveFacet.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 | 81312f84689a |
children |
comparison
equal
deleted
inserted
replaced
3075:db9e2bb34707 | 3076:5642a83420f2 |
---|---|
48 winfo.compute(context, hash, stateId, type, false); | 48 winfo.compute(context, hash, stateId, type, false); |
49 | 49 |
50 WKms [] wkms = (WKms [])res.getData(); | 50 WKms [] wkms = (WKms [])res.getData(); |
51 | 51 |
52 WKms result = wkms[index]; | 52 WKms result = wkms[index]; |
53 logger.debug("Got difference curve data (" + result.getName() | 53 logger.debug("Got difference curve data (" + result.getName() |
54 + ") at index: " + index); | 54 + ") at index: " + index); |
55 | 55 |
56 return result; | 56 return result; |
57 } | 57 } |
58 | 58 |