We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 502089f commit 8579d04Copy full SHA for 8579d04
core/include/traccc/gbts_seeding/gbts_seeding_config.hpp
@@ -117,7 +117,7 @@ struct gbts_seed_extraction_params {
117
// m_J is stored in 30 + 1 bits
118
// max qual = add_hit*max_length*qual_scale
119
float qual_scale =
120
- 0.01 * static_cast<float>(INT_MAX) /
+ 0.01f * static_cast<float>(INT_MAX) /
121
(add_hit * static_cast<float>(traccc::device::gbts_consts::max_cca_iter));
122
123
float inv_max_curvature = 900.0f;
0 commit comments