comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/math/WKmsOperation.java @ 1148:302461d5d071

Cosmetics. flys-artifacts/trunk@2678 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 08 Sep 2011 11:29:04 +0000
parents 0cb1a70b8b92
children 5642a83420f2
comparison
equal deleted inserted replaced
1147:e7d5452a7381 1148:302461d5d071
46 protected WKmsOperation() { 46 protected WKmsOperation() {
47 } 47 }
48 48
49 public abstract WKms operate(WKms a, WKms b); 49 public abstract WKms operate(WKms a, WKms b);
50 50
51 /**
52 * Subtract two series from each other, interpolate values
53 * missing in one series in the other.
54 */
51 public static WKms subtract(WKms minuend, WKms subtrahend) { 55 public static WKms subtract(WKms minuend, WKms subtrahend) {
52 56
53 int M = minuend .size(); 57 int M = minuend .size();
54 int S = subtrahend.size(); 58 int S = subtrahend.size();
55 59

http://dive4elements.wald.intevation.org