Skip to content

Commit

Permalink
Merge pull request cms-sw#239 from civanch/fixcomp
Browse files Browse the repository at this point in the history
Fixed compilation warnings.
  • Loading branch information
ktf committed Aug 5, 2013
2 parents befbf80 + 4708562 commit 414cec6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SimTracker/TrackHistory/src/TrackQuality.cc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ struct MatchedHit
simTrackId == other.simTrackId;
}
};

/*
static bool operator < (const MatchedHit &hit, DetId detId)
{
return hit.detId < detId;
Expand All @@ -77,6 +77,7 @@ static bool operator < (DetId detId, const MatchedHit &hit)
{
return detId < hit.detId;
}
*/
}

typedef std::pair<TrackQuality::Layer::SubDet, short int> DetLayer;
Expand Down

0 comments on commit 414cec6

Please sign in to comment.