comparison artifacts/src/main/java/org/dive4elements/river/artifacts/math/StdDevOutlier.java @ 8856:5e38e2924c07 3.2.x

Fix code style.
author Tom Gottfried <tom@intevation.de>
date Thu, 18 Jan 2018 20:12:01 +0100
parents b265cd6cfda5
children 0a5239a1e46e
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
37 double [] stdErrResult 37 double [] stdErrResult
38 ) { 38 ) {
39 boolean debug = log.isDebugEnabled(); 39 boolean debug = log.isDebugEnabled();
40 40
41 if (debug) { 41 if (debug) {
42 log.debug("factor for std dev test (that calculates std err): " + factor); 42 log.debug("factor for std dev test (that calculates std err): "
43 + factor);
43 } 44 }
44 45
45 int N = values.size(); 46 int N = values.size();
46 47
47 if (debug) { 48 if (debug) {

http://dive4elements.wald.intevation.org