Skip to content

Commit

Permalink
fixing variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosie-Hasan committed Jan 9, 2024
1 parent bf1485c commit 3f46e92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ ActsExamples::ProcessCode ActsExamples::GbtsSeedingAlgorithm::execute(

for (auto sp : GbtsSpacePoints) {
ACTS_DEBUG("Gbts space points: "
<< " Gbts_id: " << sp.GbtsID << " z: " << sp.SP->z()
<< " Gbts_id: " << sp.gbtsID << " z: " << sp.SP->z()
<< " r: " << sp.SP->r() << " ACTS volume: "
<< sp.SP->sourceLinks()
.front()
Expand Down

0 comments on commit 3f46e92

Please sign in to comment.