Print

Print


Commit in GeomConverter/src/org/lcsim/geometry/compact/converter/lcdd on MAIN
PolyhedraEndcapCalorimeter2.java+1-71.11 -> 1.12
fix for vis error reported by Norman

GeomConverter/src/org/lcsim/geometry/compact/converter/lcdd
PolyhedraEndcapCalorimeter2.java 1.11 -> 1.12
diff -u -r1.11 -r1.12
--- PolyhedraEndcapCalorimeter2.java	14 Oct 2009 22:36:42 -0000	1.11
+++ PolyhedraEndcapCalorimeter2.java	19 Nov 2009 18:31:29 -0000	1.12
@@ -137,13 +137,7 @@
             }
             ++layerType;            
         }
-        
-        // Visualization of detector envelope.
-        if (node.getAttribute("vis") != null)
-        {
-            envelopeVolume.setVisAttributes(lcdd.getVisAttributes(node.getAttribute("vis").getValue()));
-        }            
-        
+                
         // The envelope volume is complete.        
         structure.addVolume(envelopeVolume);
         
CVSspam 0.2.8