--- trunk/src/applications/staticProps/GofRAngle.cpp 2005/02/13 20:36:24 328 +++ trunk/src/applications/staticProps/GofRAngle.cpp 2005/02/16 19:36:30 353 @@ -68,8 +68,9 @@ void GofRAngle::processHistogram() { void GofRAngle::processHistogram() { + int nPairs = getNPairs(); double volume = info_->getSnapshotManager()->getCurrentSnapshot()->getVolume(); - double pairDensity = npairs_ /volume; + double pairDensity = nPairs /volume; double pairConstant = ( 4.0 * NumericConstant::PI * pairDensity ) / 3.0; for(int i = 0 ; i < histogram_.size(); ++i){