--- trunk/src/applications/staticProps/GofRAngle.cpp 2005/02/13 20:36:24 328 +++ trunk/src/applications/staticProps/GofRAngle.cpp 2005/02/15 17:24:12 348 @@ -67,9 +67,9 @@ void GofRAngle::processHistogram() { void GofRAngle::processHistogram() { - + int nRealPairs = getNRealPairs(); double volume = info_->getSnapshotManager()->getCurrentSnapshot()->getVolume(); - double pairDensity = npairs_ /volume; + double pairDensity = nRealPairs /volume; double pairConstant = ( 4.0 * NumericConstant::PI * pairDensity ) / 3.0; for(int i = 0 ; i < histogram_.size(); ++i){