[PATCH 1 of 2] Doc

Wald Commits scm-commit at wald.intevation.org
Fri Jun 28 21:42:10 CEST 2013


# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1372431644 -7200
# Node ID 56e8e6aa04ab8500e8fb7131c91c5f648e38c014
# Parent  4447045ebcc62e184081f84c84818e7919363a9b
Doc.

diff -r 4447045ebcc6 -r 56e8e6aa04ab backend/src/main/java/org/dive4elements/river/importer/parsers/W80CSVParser.java
--- a/backend/src/main/java/org/dive4elements/river/importer/parsers/W80CSVParser.java	Fri Jun 28 21:12:48 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/parsers/W80CSVParser.java	Fri Jun 28 17:00:44 2013 +0200
@@ -192,8 +192,9 @@
 
     /**
      * Add a Point (YZ,Index) to the current cross section line.
-     * @param y The y coordinate of new point.
-     * @param z The z coordinate of new point.
+     * @param y The y coordinate of new point in GK.
+     * @param z The z coordinate of new point in GK.
+     * @param height The hight (3rd coord) of point, in meter.
      * @param idx Ignored, the parameter of new point.
      * @return true if point could been added, false otherwise (e.g. not
      *         parsable y or z values.


More information about the Dive4elements-commits mailing list