Skip to content

Commit 3856879

Browse files
fixed vector in MTDTopologyEP.cc
1 parent 0e7ca54 commit 3856879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Geometry/MTDGeometryBuilder/plugins/MTDTopologyEP.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ void MTDTopologyEP::fillETLtopology(const PMTDParameters& ptp, int& mtdTopologyM
116116
}
117117

118118
MTDTopology::ETLfaceLayout tmpFace;
119-
std::vector<int> dummy{{0}};
119+
std::vector<int> dummy(1,0);
120120

121121
if (static_cast<int>(MTDTopologyMode::etlLayoutFromTopoMode(mtdTopologyMode)) <=
122122
static_cast<int>(MTDTopologyMode::EtlLayout::v8)) {

0 commit comments

Comments
 (0)