diff artifacts/src/main/java/org/dive4elements/river/exports/minfo/SedimentLoadExporter.java @ 8146:ce35bdf3d750

Let the facet know the period of it's data.
author Tom Gottfried <tom@intevation.de>
date Wed, 27 Aug 2014 15:09:45 +0200
parents cda45ed151ed
children 705f8b92fd66
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/exports/minfo/SedimentLoadExporter.java	Wed Aug 27 15:01:54 2014 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/exports/minfo/SedimentLoadExporter.java	Wed Aug 27 15:09:45 2014 +0200
@@ -100,8 +100,8 @@
         /* Prepare the values. The order of the fractions is given by the
          * header and thus static. */
 
-        /* The result is ordered by the peridods. For each period there is
-         * then a map of km - fractions pairs which are the actual result. */
+        /* The result is ordered by the periods. For each period there is
+         * then a map of km-fraction pairs which are the actual result. */
 
         TreeMap <String, TreeMap <Double, Double[]>> result_map =
             new TreeMap<String, TreeMap<Double, Double[]>>();

http://dive4elements.wald.intevation.org