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

Comparing trunk/OOPSE-4/src/applications/staticProps/RhoR.cpp (file contents):
Revision 3076 by chuckv, Fri Nov 10 18:45:29 2006 UTC vs.
Revision 3077 by chuckv, Fri Nov 17 19:45:38 2006 UTC

# Line 106 | Line 106 | namespace oopse {
106          
107          if (distance < len_) {
108            int whichBin = distance / deltaR_;
109 <          histogram_[whichBin] += 2;
109 >          histogram_[whichBin] += 1;
110          }
111          
112        }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines