comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/sq/SieveArray.java @ 7709:0737573aa9ac

S/Q relation removed false COALSCE from SQL statement. Removed misplaced sieve adjustment.
author Sascha L. Teichmann <teichmann@intevation.de>
date Wed, 18 Dec 2013 19:51:23 +0100
parents af13ceeba52a
children 0a5239a1e46e
comparison
equal deleted inserted replaced
7708:a4cef1b17b2b 7709:0737573aa9ac
65 normLoads[i] = total*loads[i]; 65 normLoads[i] = total*loads[i];
66 } 66 }
67 log.debug("calculated norm loads: " + Arrays.toString(normLoads)); 67 log.debug("calculated norm loads: " + Arrays.toString(normLoads));
68 } 68 }
69 69
70 /*
70 public void adjust(double eight, double four) { 71 public void adjust(double eight, double four) {
71 this.normLoads[4] = eight; 72 this.normLoads[4] = eight;
72 this.normLoads[5] = four; 73 this.normLoads[5] = four;
73 } 74 }
75 */
74 76
75 /** 77 /**
76 * Gets the loads for this instance. 78 * Gets the loads for this instance.
77 * 79 *
78 * @return The loads. 80 * @return The loads.

http://dive4elements.wald.intevation.org