Skip to content

Commit 9ae66a2

Browse files
committed
Merge branch 'Add-dipole-steering-magnets-based-on-CAD' of github.com:eic/epic into Add-dipole-steering-magnets-based-on-CAD
2 parents b75b770 + 3a17fa8 commit 9ae66a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BeamlineDipoleMagnet_geo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ static Ref_t create_detector(Detector& det, xml_h e, SensitiveDetector /* sens *
1616
string det_name = x_det.nameStr();
1717
DetElement sdet(det_name, x_det.id());
1818
Assembly assembly(det_name + "_assembly");
19-
Material m_Iron = det.material("Iron");
19+
Material m_Iron = det.material("Iron");
2020
const string vis1 = getAttrOrDefault<string>(x_det, _Unicode(vis), "AnlGreen");
2121

2222
// Creates the outer box for the main body

0 commit comments

Comments
 (0)