comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/LinearInterpolated.java @ 7248:1dff8e71c4d6

Removed trailing whitespace.
author Sascha L. Teichmann <teichmann@intevation.de>
date Sat, 05 Oct 2013 12:13:14 +0200
parents 12af732c9d0f
children a1ceacf15d3a
comparison
equal deleted inserted replaced
7247:720c5bbe2a16 7248:1dff8e71c4d6
159 } 159 }
160 return Double.NaN; 160 return Double.NaN;
161 } 161 }
162 162
163 public LinearInterpolated sub( 163 public LinearInterpolated sub(
164 LinearInterpolated other, 164 LinearInterpolated other,
165 double from, 165 double from,
166 double to 166 double to
167 ) { 167 ) {
168 return apply(SUB, other, from, to); 168 return apply(SUB, other, from, to);
169 } 169 }
170 170
171 public LinearInterpolated max( 171 public LinearInterpolated max(
172 LinearInterpolated other, 172 LinearInterpolated other,
173 double from, 173 double from,
174 double to 174 double to
175 ) { 175 ) {
176 return apply(MAX, other, from, to); 176 return apply(MAX, other, from, to);
177 } 177 }

http://dive4elements.wald.intevation.org