comparison gnv-artifacts/src/main/java/de/intevation/gnv/math/ConstantFunction.java @ 778:9a828e5a2390

Removed trailing whitespace gnv-artifacts/trunk@851 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 29 Mar 2010 07:58:51 +0000
parents 828df3ddb758
children c4156275c1e1
comparison
equal deleted inserted replaced
777:8009961db1cb 778:9a828e5a2390
7 */ 7 */
8 public class ConstantFunction 8 public class ConstantFunction
9 implements UnivariateRealFunction 9 implements UnivariateRealFunction
10 { 10 {
11 protected double value; 11 protected double value;
12 12
13 public ConstantFunction() { 13 public ConstantFunction() {
14 } 14 }
15 15
16 public ConstantFunction(double value) { 16 public ConstantFunction(double value) {
17 this.value = value; 17 this.value = value;

http://dive4elements.wald.intevation.org