ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/applications/staticProps/GofRAngle.cpp
(Generate patch)

Comparing trunk/OOPSE-4/src/applications/staticProps/GofRAngle.cpp (file contents):
Revision 2012 by tim, Sun Feb 13 20:36:24 2005 UTC vs.
Revision 2032 by tim, Tue Feb 15 17:24:12 2005 UTC

# Line 67 | Line 67 | void GofRAngle::processHistogram() {
67  
68  
69   void GofRAngle::processHistogram() {
70 <
70 >    int nRealPairs = getNRealPairs();
71      double volume = info_->getSnapshotManager()->getCurrentSnapshot()->getVolume();
72 <    double pairDensity = npairs_ /volume;
72 >    double pairDensity = nRealPairs /volume;
73      double pairConstant = ( 4.0 * NumericConstant::PI * pairDensity ) / 3.0;
74  
75      for(int i = 0 ; i < histogram_.size(); ++i){

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines