Skip to content
Snippets Groups Projects
Commit c53658b1 authored by Adam Edward Barton's avatar Adam Edward Barton :speech_balloon:
Browse files

Merge branch 'clang.TrigFTKSim-20180623' into 'master'

TrigFTKSim: Fix clang warning.

See merge request atlas/athena!12325

Former-commit-id: 6dc3b9e5
parents 3f08ed9b 07afa316
No related branches found
No related tags found
No related merge requests found
...@@ -799,7 +799,6 @@ int buildUpCluster(hitVector *currentHits, cluster &clu) { ...@@ -799,7 +799,6 @@ int buildUpCluster(hitVector *currentHits, cluster &clu) {
/* Now we have a non empty cluster */ /* Now we have a non empty cluster */
bool newHitsAdded = false; bool newHitsAdded = false;
int distanceis = clu.hitlist.size(); int distanceis = clu.hitlist.size();
hitVector::iterator hitCluP; // hits in cluster
//for (hitCluP=clu.hitlist.begin(); hitCluP!=clu.hitlist.end(); ++hitCluP) { // loop over hits in cluster //for (hitCluP=clu.hitlist.begin(); hitCluP!=clu.hitlist.end(); ++hitCluP) { // loop over hits in cluster
for(int i = 0; i < distanceis; i++) { for(int i = 0; i < distanceis; i++) {
FTKRawHit* hit = clu.hitlist.at(i); FTKRawHit* hit = clu.hitlist.at(i);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment