File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ message( STATUS "Building Detray as part of the TRACCC project" )
18
18
19
19
# Declare where to get Detray from.
20
20
set ( TRACCC_DETRAY_SOURCE
21
- "URL;https://github.com/acts-project/detray/archive/refs/tags/v0.66.1 .tar.gz;URL_MD5;000a0a36f953f74466c9e889261dd166 "
21
+ "URL;https://github.com/acts-project/detray/archive/refs/tags/v0.67.0 .tar.gz;URL_MD5;ooooooowhatwillthemd5sumbe??? "
22
22
CACHE STRING "Source for Detray, when built as part of this project" )
23
23
24
24
mark_as_advanced ( TRACCC_DETRAY_SOURCE )
Original file line number Diff line number Diff line change @@ -69,7 +69,8 @@ class KalmanFittingTests
69
69
70
70
// Use deterministic random number generator for testing
71
71
using uniform_gen_t =
72
- detray::random_numbers<scalar, std::uniform_real_distribution<scalar>>;
72
+ detray::detail::random_numbers<scalar,
73
+ std::uniform_real_distribution<scalar>>;
73
74
74
75
// / Verify that pull distribtions follow the normal distribution
75
76
// /
You can’t perform that action at this time.
0 commit comments