Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/src/main/java/de/intevation/gnv/math/XYColumn.java @ 779:b1f5f2a8840f
Ordered imports. Removed needless imports. Removed empty headers.
gnv-artifacts/trunk@854 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Mon, 29 Mar 2010 08:51:20 +0000 |
parents | bc5901bb4525 |
children | c4156275c1e1 |
comparison
equal
deleted
inserted
replaced
778:9a828e5a2390 | 779:b1f5f2a8840f |
---|---|
1 package de.intevation.gnv.math; | 1 package de.intevation.gnv.math; |
2 | 2 |
3 import java.util.ArrayList; | 3 import java.util.ArrayList; |
4 import java.util.Collections; | |
4 import java.util.List; | 5 import java.util.List; |
5 import java.util.Collections; | 6 |
7 import org.apache.commons.math.FunctionEvaluationException; | |
8 import org.apache.commons.math.MathException; | |
9 | |
10 import org.apache.commons.math.analysis.UnivariateRealFunction; | |
6 | 11 |
7 import org.apache.commons.math.analysis.interpolation.SplineInterpolator; | 12 import org.apache.commons.math.analysis.interpolation.SplineInterpolator; |
8 import org.apache.commons.math.analysis.interpolation.UnivariateRealInterpolator; | 13 import org.apache.commons.math.analysis.interpolation.UnivariateRealInterpolator; |
9 | |
10 import org.apache.commons.math.analysis.UnivariateRealFunction; | |
11 | |
12 import org.apache.commons.math.MathException; | |
13 import org.apache.commons.math.FunctionEvaluationException; | |
14 | 14 |
15 import org.apache.log4j.Logger; | 15 import org.apache.log4j.Logger; |
16 | 16 |
17 /** | 17 /** |
18 * @author Ingo Weinzierl <ingo.weinzierl@intevation.de> | 18 * @author Ingo Weinzierl <ingo.weinzierl@intevation.de> |