comparison flys-artifacts/src/main/java/org/dive4elements/river/exports/FlowVelocityInfoGenerator.java @ 5831:bd047b71ab37

Repaired internal references
author Sascha L. Teichmann <teichmann@intevation.de>
date Thu, 25 Apr 2013 12:06:39 +0200
parents flys-artifacts/src/main/java/de/intevation/flys/exports/FlowVelocityInfoGenerator.java@d8444fcb4e44
children
comparison
equal deleted inserted replaced
5830:160f53ee0870 5831:bd047b71ab37
1 package org.dive4elements.river.exports;
2
3
4 /**
5 * A ChartInfoGenerator that generates meta information for specific
6 * flow velocity curves.
7 *
8 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
9 */
10 public class FlowVelocityInfoGenerator
11 extends ChartInfoGenerator
12 {
13 public FlowVelocityInfoGenerator() {
14 super(new FlowVelocityGenerator());
15 }
16 }
17 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org