comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/QRangeTree.java @ 5282:14db045d6368

Removed trailing whitespace.
author Sascha L. Teichmann <teichmann@intevation.de>
date Wed, 13 Mar 2013 19:28:09 +0100
parents bcf25d8c183e
children f4fd64a4d502
comparison
equal deleted inserted replaced
5281:cf7e0d9022fa 5282:14db045d6368
149 public double [] findQs(double [] kms, Calculation report) { 149 public double [] findQs(double [] kms, Calculation report) {
150 return findQs(kms, new double[kms.length], report); 150 return findQs(kms, new double[kms.length], report);
151 } 151 }
152 152
153 public double [] findQs( 153 public double [] findQs(
154 double [] kms, 154 double [] kms,
155 double [] qs, 155 double [] qs,
156 Calculation report 156 Calculation report
157 ) { 157 ) {
158 for (int i = 0; i < kms.length; ++i) { 158 for (int i = 0; i < kms.length; ++i) {
159 if (Double.isNaN(qs[i] = findQ(kms[i]))) { 159 if (Double.isNaN(qs[i] = findQ(kms[i]))) {
160 report.addProblem(kms[i], "cannot.find.q"); 160 report.addProblem(kms[i], "cannot.find.q");

http://dive4elements.wald.intevation.org