view flys-artifacts/src/main/java/de/intevation/flys/exports/fixings/FixDerivedCurveInfoGenerator.java @ 4468:2e8638567c49

FlowVelocityGenerator: Handle new discharge curves at new third axis.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 09 Nov 2012 12:09:23 +0100
parents 750e98fc8b76
children
line wrap: on
line source
package de.intevation.flys.exports.fixings;

import de.intevation.flys.exports.ChartInfoGenerator;

public class FixDerivedCurveInfoGenerator extends ChartInfoGenerator {

    public FixDerivedCurveInfoGenerator() {
        super(new FixDerivedCurveGenerator());
    }
}
// vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org