Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Oct 31, 2024
1 parent 430542a commit cf1dcf2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Core/include/Acts/Seeding/EstimateTrackParamsFromSeed.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,8 @@ std::optional<BoundVector> estimateTrackParamsFromSeed(
EigenStepper<>(std::make_shared<ConstantBField>(bField)),
VoidNavigator(), logger().cloneWithSuffix("Propagator"));
MagneticFieldContext mctx;
auto propagatorOptions = decltype(propagator)::Options<>(gctx, mctx);
auto propagatorOptions =
decltype(propagator)::template Options<>(gctx, mctx);
propagatorOptions.direction = propagatorDirection;

auto result =
Expand Down

0 comments on commit cf1dcf2

Please sign in to comment.