Skip to content

Commit

Permalink
Fix warning overlooked in the previous PR
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Feb 26, 2024
1 parent 2d282f5 commit a6c4e3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ StatusCode TestDataHandleUniquePtr::execute() {

auto particle = coll->create();

auto& p4 = particle.momentum();
auto& p4 = particle.getMomentum();
p4.x = 5;
p4.y = 6;
p4.z = 7;
Expand Down

0 comments on commit a6c4e3f

Please sign in to comment.