view flys-artifacts/src/main/java/de/intevation/flys/exports/fixings/FixDeltaWtInfoGenerator.java @ 5591:55d6c5cac9d1

Added new elements to M-INFO datacage. * New macros for density, porosity and flow velocity. * Added annotations to 'Sohlbeschaffenheit'.
author Raimund Renkert <rrenkert@intevation.de>
date Mon, 08 Apr 2013 14:52:59 +0200
parents 07231dcd5755
children
line wrap: on
line source
package de.intevation.flys.exports.fixings;

import de.intevation.flys.exports.ChartInfoGenerator;

public class FixDeltaWtInfoGenerator extends ChartInfoGenerator {

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

http://dive4elements.wald.intevation.org