Skip to content

Commit 68cd8a4

Browse files
remove unused VirtualView size
1 parent c2d19b7 commit 68cd8a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/hep_dimuon_analysis_cms/hep_dimuon_analysis_cms.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ int main(int argc, const char* argv[])
253253
hMass.Fill(mass);
254254
};
255255
if (muonPageInnerIndex + 1 < elementsPerPage)
256-
processDimuons(llama::VirtualView{muonView, {muonPageInnerIndex}, {2}});
256+
processDimuons(llama::VirtualView{muonView, {muonPageInnerIndex}});
257257
else
258258
{
259259
constexpr auto mapping = llama::mapping::SoA<llama::ArrayDims<1>, Muon>{{2}};

0 commit comments

Comments
 (0)