Skip to content
Snippets Groups Projects
Commit bc8067db authored by adrien-matta's avatar adrien-matta
Browse files

* Removing a debut cout in Material Manager

parent 2150a8eb
No related branches found
No related tags found
No related merge requests found
......@@ -273,7 +273,6 @@ void MaterialManager::AddMaterialToLibrary(G4Material* material){
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
G4Element* MaterialManager::GetElementFromLibrary(string Name){
cout << Name << endl;
if(Name=="D" || Name=="d"){
if(!m_D){
m_D = new G4Element(Name.c_str(), Name.c_str(),1);
......
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