Mercurial > dive4elements > river
view flys-artifacts/src/main/java/de/intevation/flys/artifacts/math/Function.java @ 4936:3dbe89cbf0c1 dami
Remove schema patch now that we are in a branch
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Thu, 31 Jan 2013 12:24:52 +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 :