[Dive4elements-commits] [PATCH 1 of 4] Doc
Wald Commits
scm-commit at wald.intevation.org
Tue Jun 11 11:54:38 CEST 2013
# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1370944734 -7200
# Node ID 29d6cdcc7e38ba72dfdbd9cb25d04abb5c0e48b7
# Parent f01dee3a39fc2b5cfc1cbb4c0a076916912d9de6
Doc.
diff -r f01dee3a39fc -r 29d6cdcc7e38 artifacts/src/main/java/org/dive4elements/river/artifacts/model/FastCrossSectionChunk.java
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/model/FastCrossSectionChunk.java Tue Jun 11 09:21:04 2013 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/model/FastCrossSectionChunk.java Tue Jun 11 11:58:54 2013 +0200
@@ -53,6 +53,7 @@
}
}
+ /** Finds the FastCrossSectionLine at km (null if not found). */
public FastCrossSectionLine getCrossSectionLine(double km) {
FastCrossSectionLine key = new FastCrossSectionLine(km);
int pos = Collections.binarySearch(
More information about the Dive4elements-commits
mailing list