Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Nov 23, 2024
1 parent f8c2490 commit 401ee4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ BOOST_AUTO_TEST_CASE(trackparameters_estimation_test) {
});
const Vector3 bField(0, 0, 2._T);
auto field = std::make_shared<Acts::ConstantBField>(bField);
ConstantFieldStepper stepper(std::move(field));
ConstantFieldStepper stepper(field);

ConstantFieldPropagator propagator(std::move(stepper), std::move(navigator));

Expand Down

0 comments on commit 401ee4d

Please sign in to comment.