Print

Print


Commit in GeomConverter/src/org/lcsim/detector on MAIN
PhysicalVolumePath.java+1-11.5 -> 1.6
method name change

GeomConverter/src/org/lcsim/detector
PhysicalVolumePath.java 1.5 -> 1.6
diff -u -r1.5 -r1.6
--- PhysicalVolumePath.java	9 May 2007 00:59:57 -0000	1.5
+++ PhysicalVolumePath.java	9 Feb 2011 01:29:36 -0000	1.6
@@ -101,7 +101,7 @@
 	 * @param path
 	 * @return True if the set of prefix fields is equal.
 	 */
-	public boolean equals_prefix(IPhysicalVolumePath path)
+	public boolean equalsPrefix(IPhysicalVolumePath path)
 	{		
 		if (path == null)
 		{
CVSspam 0.2.8