Skip to content

Commit

Permalink
fix another compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Nov 12, 2024
1 parent ac272ee commit b48d00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/include/Acts/Seeding/GbtsDataStorage.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class GbtsEtaBin {

for (unsigned int nIdx = 0; nIdx < m_vn.size(); nIdx++) {
GbtsNode<space_point_t> &pN = *m_vn.at(nIdx);
float phi = pN->m_spGbts.phi();
float phi = pN.m_spGbts.phi();
if (phi >= -std::numbers::pi_v<float> + dphi) {
break;
}
Expand Down

0 comments on commit b48d00f

Please sign in to comment.