view flys-artifacts/src/main/java/de/intevation/flys/exports/minfo/SedimentLoadLSInfoGenerator.java @ 5631:ca4b6263996c

Added old calculations to datacage 'M-INFO Sedimentfracht'. * Added facets to artifact config. * Added macros to datacage config. * Create subfolders for old calculations in datacage. * New outputs in sediment load generator.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 10 Apr 2013 15:04:56 +0200
parents e596b2cc9f38
children
line wrap: on
line source
package de.intevation.flys.exports.minfo;

import de.intevation.flys.exports.ChartInfoGenerator;


public class SedimentLoadLSInfoGenerator
extends ChartInfoGenerator
{
   public SedimentLoadLSInfoGenerator() {
        super(new SedimentLoadLSGenerator());
   }
}

http://dive4elements.wald.intevation.org