Skip to content

Commit

Permalink
remove unused VirtualView size
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed May 17, 2021
1 parent c2d19b7 commit 68cd8a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ int main(int argc, const char* argv[])
hMass.Fill(mass);
};
if (muonPageInnerIndex + 1 < elementsPerPage)
processDimuons(llama::VirtualView{muonView, {muonPageInnerIndex}, {2}});
processDimuons(llama::VirtualView{muonView, {muonPageInnerIndex}});
else
{
constexpr auto mapping = llama::mapping::SoA<llama::ArrayDims<1>, Muon>{{2}};
Expand Down

0 comments on commit 68cd8a4

Please sign in to comment.