view flys-artifacts/src/main/java/de/intevation/flys/artifacts/math/Function.java @ 5269:b331742ba78d

Use the same structure for the default MS_ERRORFILE in rivers.map that is used in the flys.map
author Andre Heinecke <aheinecke@intevation.de>
date Wed, 13 Mar 2013 11:25:23 +0100
parents 913b52064449
children
line wrap: on
line source
package de.intevation.flys.artifacts.math;

public interface Function {
    double value(double x);
}
// vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org