comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/Calculation6.java @ 6064:9e84e323bdf6

Fixed i18n key
author Sascha L. Teichmann <teichmann@intevation.de>
date Thu, 23 May 2013 05:42:07 +0200
parents af13ceeba52a
children 20a32dbdbb59
comparison
equal deleted inserted replaced
6063:e5cc63c911e8 6064:9e84e323bdf6
241 double ref = mode == EvaluationMode.W.getMode() 241 double ref = mode == EvaluationMode.W.getMode()
242 ? vc.findValueForW(refTable, value) 242 ? vc.findValueForW(refTable, value)
243 : vc.findValueForQ(refTable, value); 243 : vc.findValueForQ(refTable, value);
244 244
245 if (Double.isNaN(ref)) { 245 if (Double.isNaN(ref)) {
246 addProblem("hist.discharge.bo.value.in.ref", value); 246 addProblem("hist.discharge.no.value.in.ref", value);
247 continue; 247 continue;
248 } 248 }
249 249
250 String name = name(value); 250 String name = name(value);
251 HistoricalWQTimerange wqt = null; 251 HistoricalWQTimerange wqt = null;

http://dive4elements.wald.intevation.org