--- trunk/src/applications/staticProps/RhoR.cpp 2006/11/10 18:45:29 1091 +++ trunk/src/applications/staticProps/RhoR.cpp 2006/11/17 19:45:38 1092 @@ -106,7 +106,7 @@ namespace oopse { if (distance < len_) { int whichBin = distance / deltaR_; - histogram_[whichBin] += 2; + histogram_[whichBin] += 1; } }