Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
beomki-yeo committed Oct 24, 2023
1 parent 56e4228 commit c3da7e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ struct gain_matrix_updater {
trk_state.predicted().set_vector(predicted_vec);
trk_state.predicted().set_covariance(predicted_cov);

// Correct sign for line detector
// if (mask_t::shape::mask_type == detray::mask_types::line) {

if constexpr (std::is_same_v<typename mask_t::shape,
detray::line<true>> ||
std::is_same_v<typename mask_t::shape,
Expand Down
2 changes: 1 addition & 1 deletion extern/detray/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ message( STATUS "Building Detray as part of the TRACCC project" )

# Declare where to get Detray from.
set( TRACCC_DETRAY_SOURCE
"URL;https://github.com/acts-project/detray/archive/refs/tags/v0.45.0.tar.gz;URL_MD5;0569160697740ec398420f294c46b38e"
"GIT_REPOSITORY;https://github.com/beomki-yeo/detray;GIT_TAG;remove-unused-var"
CACHE STRING "Source for Detray, when built as part of this project" )

mark_as_advanced( TRACCC_DETRAY_SOURCE )
Expand Down

0 comments on commit c3da7e7

Please sign in to comment.