| # | Line 106 | Line 106 | namespace oopse { | |
|---|---|---|
| 106 | ||
| 107 | if (distance < len_) { | |
| 108 | int whichBin = distance / deltaR_; | |
| 109 | < | histogram_[whichBin] += 2; | 
| 109 | > | histogram_[whichBin] += 1; | 
| 110 | } | |
| 111 | ||
| 112 | } | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |