Skip to content

Commit

Permalink
Add b field type declaration in stepper
Browse files Browse the repository at this point in the history
  • Loading branch information
beomki-yeo committed Oct 19, 2023
1 parent 77a8f7c commit 78c4adb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/include/detray/propagator/rk_stepper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class rk_stepper final
typename base_type::free_track_parameters_type;
using bound_track_parameters_type =
typename base_type::bound_track_parameters_type;
using magnetic_field_type = magnetic_field_t;

DETRAY_HOST_DEVICE
rk_stepper() {}
Expand Down

0 comments on commit 78c4adb

Please sign in to comment.