comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/fixings/FixCalculation.java @ 3451:b5eec54bd4a2

FixA: Removed some inner whitespace. flys-artifacts/trunk@5114 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 23 Jul 2012 16:22:30 +0000
parents e111902834d3
children d2ae58f6730d
comparison
equal deleted inserted replaced
3450:22790758b132 3451:b5eec54bd4a2
157 157
158 public FixCalculation() { 158 public FixCalculation() {
159 } 159 }
160 160
161 public FixCalculation(FixAccess access) { 161 public FixCalculation(FixAccess access) {
162 String river = access.getRiver(); 162 String river = access.getRiver();
163 Double from = access.getFrom(); 163 Double from = access.getFrom();
164 Double to = access.getTo(); 164 Double to = access.getTo();
165 Double step = access.getStep(); 165 Double step = access.getStep();
166 String function = access.getFunction(); 166 String function = access.getFunction();
167 int [] events = access.getEvents(); 167 int [] events = access.getEvents();
168 Integer qSectorStart = access.getQSectorStart(); 168 Integer qSectorStart = access.getQSectorStart();
169 Integer qSectorEnd = access.getQSectorEnd(); 169 Integer qSectorEnd = access.getQSectorEnd();
170 Boolean preprocessing = access.getPreprocessing(); 170 Boolean preprocessing = access.getPreprocessing();
171 171
172 if (river == null) { 172 if (river == null) {
173 addProblem("fix.missing.river"); 173 addProblem("fix.missing.river");
174 } 174 }
175 175

http://dive4elements.wald.intevation.org