Skip to content

Commit

Permalink
Adding comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosie-Hasan committed Nov 13, 2024
1 parent a76dd21 commit 3f4033d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ ActsExamples::GbtsSeedingAlgorithm::MakeGbtsSpacePoints(
int combined_id = Gbts_id * 1000 + eta_mod;

// fill Gbts vector with current sapce point and ID
gbtsSpacePoints.emplace_back(&spacePoint, Gbts_id, combined_id);
gbtsSpacePoints.emplace_back(&spacePoint, Gbts_id, combined_id); //make new GbtsSP here !
}
}
ACTS_VERBOSE("Space points successfully assigned Gbts ID");
Expand Down

0 comments on commit 3f4033d

Please sign in to comment.