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 cf1dcf2 commit 5a9eb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/include/Acts/Seeding/EstimateTrackParamsFromSeed.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ std::optional<BoundVector> estimateTrackParamsFromSeed(
VoidNavigator(), logger().cloneWithSuffix("Propagator"));
MagneticFieldContext mctx;
auto propagatorOptions =
decltype(propagator)::template Options<>(gctx, mctx);
typename decltype(propagator)::template Options<>(gctx, mctx);
propagatorOptions.direction = propagatorDirection;

auto result =
Expand Down

0 comments on commit 5a9eb62

Please sign in to comment.