comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/sq/SQRelationCalculation.java @ 6822:330ea2915168

S/Q relation: Fixed broken parameter creator constructor.
author Sascha L. Teichmann <teichmann@intevation.de>
date Wed, 14 Aug 2013 11:28:30 +0200
parents e237a83fd87d
children 2972a219743d
comparison
equal deleted inserted replaced
6821:1c3b2f7dc9a4 6822:330ea2915168
274 Function function, 274 Function function,
275 SQ.View view 275 SQ.View view
276 ) { 276 ) {
277 this.origNames = origNames; 277 this.origNames = origNames;
278 this.proxyNames = proxyNames; 278 this.proxyNames = proxyNames;
279 this.function = function;
279 this.view = view; 280 this.view = view;
280 } 281 }
281 282
282 protected double [] transformCoeffs(double [] coeffs) { 283 protected double [] transformCoeffs(double [] coeffs) {
283 return coeffs; 284 return coeffs;

http://dive4elements.wald.intevation.org