--- trunk/src/applications/staticProps/BOPofR.cpp 2012/08/22 18:43:27 1785 +++ trunk/src/applications/staticProps/BOPofR.cpp 2012/08/30 17:18:22 1790 @@ -322,7 +322,7 @@ namespace OpenMD { if ( distCOM < len_){ // Figure out where this distance goes... - int whichBin = distCOM / deltaR_; + int whichBin = int(distCOM / deltaR_); RCount_[whichBin]++; if(real(what[6]) < -0.15){