Skip to content

Commit fb414a4

Browse files
author
Mark
committed
implicit conversion fix
1 parent 5e33f2e commit fb414a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/include/traccc/gbts_seeding/gbts_seeding_config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ struct gbts_seed_extraction_params {
117117
// m_J is stored in 30 + 1 bits
118118
// max qual = add_hit*max_length*qual_scale
119119
float qual_scale =
120-
0.01 * static_cast<float>(INT_MAX) /
120+
0.01f * static_cast<float>(INT_MAX) /
121121
(add_hit * static_cast<float>(traccc::device::gbts_consts::max_cca_iter));
122122

123123
float inv_max_curvature = 900.0f;

0 commit comments

Comments
 (0)