# | Line 108 | Line 108 | namespace OpenMD { | |
---|---|---|
108 | ||
109 | if (xydist < rC_) { | |
110 | thisZ = abs(r12.z()); | |
111 | < | int whichBin = thisZ / deltaZ_; |
111 | > | int whichBin = int(thisZ / deltaZ_); |
112 | histogram_[whichBin] += 2; | |
113 | } | |
114 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |