# | Line 322 | Line 322 | namespace OpenMD { | |
---|---|---|
322 | ||
323 | if ( distCOM < len_){ | |
324 | // Figure out where this distance goes... | |
325 | < | int whichBin = distCOM / deltaR_; |
325 | > | int whichBin = int(distCOM / deltaR_); |
326 | RCount_[whichBin]++; | |
327 | ||
328 | if(real(what[6]) < -0.15){ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |