teichmann@8165: /* Copyright (C) 2014 by Bundesanstalt für Gewässerkunde teichmann@8165: * Software engineering by Intevation GmbH teichmann@8165: * teichmann@8165: * This file is Free Software under the GNU AGPL (>=v3) teichmann@8165: * and comes with ABSOLUTELY NO WARRANTY! Check out the teichmann@8165: * documentation coming with Dive4Elements River for details. teichmann@8165: */ teichmann@8165: package org.dive4elements.river.exports; teichmann@8165: teichmann@8165: public class DischargeGenerator extends DiagramGenerator teichmann@8165: { teichmann@8165: public DischargeGenerator() { teichmann@8165: } teichmann@8165: } teichmann@8165: // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :