Print

Print


Commit in GeomConverter/src/org/lcsim/geometry/segmentation on MAIN
AbstractCartesianGrid.java+7-71.1 -> 1.2


GeomConverter/src/org/lcsim/geometry/segmentation
AbstractCartesianGrid.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- AbstractCartesianGrid.java	8 Oct 2009 18:52:21 -0000	1.1
+++ AbstractCartesianGrid.java	8 Oct 2009 21:31:58 -0000	1.2
@@ -99,7 +99,7 @@
 	}
 	
 	/**
-	 * Generic computation of hit's global position.  Set's the <code>globalPosition</code> array.
+	 * Generic computation of hit's global position.  Sets the <code>globalPosition</code> array.
 	 */
 	protected final void computeGlobalPosition()
 	{											
@@ -242,12 +242,12 @@
 	}
 	
 	/**
-	 * Utility method for finding neighbors in layer and 2D segmentation grid..
-	 * @param layerRange
-	 * @param uRange
-	 * @param vRange
-	 * @param uIndex
-	 * @param vIndex
+	 * Utility method for finding neighbors in layer and 2D segmentation grid.
+	 * @param layerRange The layer range.
+	 * @param uRange The u range.
+	 * @param vRange The v range.
+	 * @param uIndex The u field index.
+	 * @param vIndex The v field index.
 	 * @return
 	 */
 	protected final long[] getNeighbourIDs(int layerRange, int uRange, int vRange, int uIndex, int vIndex)
CVSspam 0.2.8