comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/Calculation6.java @ 5994:af13ceeba52a

Removed trailing whitespace.
author Sascha L. Teichmann <teichmann@intevation.de>
date Sun, 12 May 2013 18:13:50 +0200
parents d861efa13272
children 9e84e323bdf6
comparison
equal deleted inserted replaced
5993:ea9eef426962 5994:af13ceeba52a
1 /* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde 1 /* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
2 * Software engineering by Intevation GmbH 2 * Software engineering by Intevation GmbH
3 * 3 *
4 * This file is Free Software under the GNU AGPL (>=v3) 4 * This file is Free Software under the GNU AGPL (>=v3)
5 * and comes with ABSOLUTELY NO WARRANTY! Check out the 5 * and comes with ABSOLUTELY NO WARRANTY! Check out the
6 * documentation coming with Dive4Elements River for details. 6 * documentation coming with Dive4Elements River for details.
7 */ 7 */
8 8
9 package org.dive4elements.river.artifacts.model; 9 package org.dive4elements.river.artifacts.model;
10 10
11 import java.util.ArrayList; 11 import java.util.ArrayList;
68 addProblem("hist.discharge.reference.gauge.not.set"); 68 addProblem("hist.discharge.reference.gauge.not.set");
69 } 69 }
70 70
71 if (!hasProblems()) { 71 if (!hasProblems()) {
72 set( 72 set(
73 mode.getMode(), 73 mode.getMode(),
74 new long [] { tr.getStart(), tr.getEnd()}, 74 new long [] { tr.getStart(), tr.getEnd()},
75 vs, 75 vs,
76 officialGaugeNumber); 76 officialGaugeNumber);
77 } 77 }
78 } 78 }

http://dive4elements.wald.intevation.org