Commit b4f89815 authored by Stephan Lachnit's avatar Stephan Lachnit Committed by Simon Spannagel
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent d1c83166
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -212,8 +212,8 @@ void Materials::init_materials() {
    TitaniumGrade5->AddElement(V, 0.04);
    materials_["ti5"] = TitaniumGrade5;

    auto* isoB10 = new G4Isotope("isoB10", 5, 10, 10.012937 * CLHEP::g / CLHEP::mole);
    auto* elB10 = new G4Element("element B10", "eleB10", 1);
    auto* isoB10 = new G4Isotope("B10", 5, 10, 10.012937 * CLHEP::g / CLHEP::mole);
    auto* elB10 = new G4Element("B10", "B", 1);
    elB10->AddIsotope(isoB10, 1);
    auto* B10 = new G4Material("B10", 2.34 * CLHEP::g / CLHEP::cm3, 1);
    B10->AddElement(elB10, 1);