comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/extreme/ExtremeCalculation.java @ 4293:10c1a413a1e0

ExtremeCalc: Rename problem to be unique in its name.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 29 Oct 2012 11:20:43 +0100
parents 5cc9453456a7
children 22f03e7b0ed1
comparison
equal deleted inserted replaced
4280:a27e68562f2a 4293:10c1a413a1e0
193 range = r; 193 range = r;
194 break; 194 break;
195 } 195 }
196 } 196 }
197 // TODO: i18n 197 // TODO: i18n
198 addProblem(currentKm, "extreme.no.range"); 198 addProblem(currentKm, "extreme.no.range.inner");
199 continue; 199 continue;
200 } 200 }
201 201
202 double [][] wqs = wst.interpolateTabulated(currentKm); 202 double [][] wqs = wst.interpolateTabulated(currentKm);
203 if (wqs == null) { 203 if (wqs == null) {

http://dive4elements.wald.intevation.org