Skip to content
Snippets Groups Projects
Commit 27b73860 authored by Chad Lantz's avatar Chad Lantz
Browse files

Removed a cout

parent bafcb61a
No related branches found
No related tags found
No related merge requests found
......@@ -121,8 +121,7 @@ G4VPhysicalVolume* DetectorConstruction::ConstructWorldVolume(G4double x, G4doub
new G4LogicalVolume(m_solidWorld, //its solid
m_materials->Air, //its material
"World"); //its name
std::cout << "The world's name is " << m_logicWorld->GetName() << std::endl;
m_physWorld =
new G4PVPlacement(0, //no rotation
G4ThreeVector(), //at (0,0,0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment