Commit in GeomConverter/src/org/lcsim/units/clhep on MAIN
PhysicalConstants.java+3-31.1 -> 1.2
JM: Change public final class to interface.

GeomConverter/src/org/lcsim/units/clhep
PhysicalConstants.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- PhysicalConstants.java	23 Feb 2007 02:36:32 -0000	1.1
+++ PhysicalConstants.java	23 Feb 2007 02:42:26 -0000	1.2
@@ -1,4 +1,4 @@
-// $Id: PhysicalConstants.java,v 1.1 2007/02/23 02:36:32 jeremy Exp $
+// $Id: PhysicalConstants.java,v 1.2 2007/02/23 02:42:26 jeremy Exp $
 package org.lcsim.units.clhep;
 
 import static org.lcsim.units.clhep.SystemOfUnits.MeV;
@@ -18,10 +18,10 @@
  * containing common physical constants from the PDG guide.
  * 
  * @author Jeremy McCormick <[log in to unmask]>
- * @version $Id: PhysicalConstants.java,v 1.1 2007/02/23 02:36:32 jeremy Exp $
+ * @version $Id: PhysicalConstants.java,v 1.2 2007/02/23 02:42:26 jeremy Exp $
  */
 
-interface PhysicalConstants 
+public final class PhysicalConstants 
 {
 	public static double     pi  = 3.14159265358979323846;
 	public static double  twopi  = 2*pi;
CVSspam 0.2.8