Skip to content

Commit

Permalink
fixing spelling in GbtsSeedingAlgorithm.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosie-Hasan authored Nov 21, 2024
1 parent 7c96cd1 commit 9ddf2e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ ActsExamples::GbtsSeedingAlgorithm::MakeGbtsSpacePoints(
int eta_mod = Find->second.second;
int combined_id = Gbts_id * 1000 + eta_mod;

//check if SP is pixel, dependant of type of SP so must be done in examples
//check if SP is pixel, dependent of type of SP so must be done in examples
bool isPixel = false ;
if (sourceLink.size() == 1) { // pixels have 1 SL
isPixel = true;
Expand Down

0 comments on commit 9ddf2e4

Please sign in to comment.