--- trunk/src/applications/staticProps/RhoR.cpp 2006/11/10 18:45:29 1091 +++ trunk/src/applications/staticProps/RhoR.cpp 2008/10/16 18:25:36 1306 @@ -47,7 +47,7 @@ #include "utils/NumericConstant.hpp" #include "io/DumpReader.hpp" #include "primitives/Molecule.hpp" -#include "math.h" +#include namespace oopse { @@ -106,7 +106,7 @@ namespace oopse { if (distance < len_) { int whichBin = distance / deltaR_; - histogram_[whichBin] += 2; + histogram_[whichBin] += 1; } }