Print

Print


Commit in GeomConverter/src/org/lcsim/material on MAIN
Material.java+1-21.17 -> 1.18


GeomConverter/src/org/lcsim/material
Material.java 1.17 -> 1.18
diff -u -r1.17 -r1.18
--- Material.java	22 Jul 2005 23:23:24 -0000	1.17
+++ Material.java	23 Jul 2005 00:44:08 -0000	1.18
@@ -523,9 +523,8 @@
                 "density(g/cm3)=" + _density + "; state=" + _state.toString() +
                 "\n" + "lambda(gcm2)=" + _nuclearInteractionLength +
                 "; X0(gcm2)=" + _radiationLength + "; lambda(cm)=" + getNuclearInteractionLengthWithDensity() +
-                "; X0(cm)=" + getRadiationLengthWithDensity();
+                "; X0(cm)=" + getRadiationLengthWithDensity(); 
         
-        s += "\n\telements: " + _nElements;
         for ( int i = 0; i < this.getNElements(); i++)
         {
             s += "\n\t" + this.getElements().get(i).getName() + " " + this.getMassFractions().get(i) * 100;
CVSspam 0.2.8