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

Comparing trunk/src/applications/staticProps/GofRAngle.cpp (file contents):
Revision 1782 by gezelter, Wed Aug 22 02:28:28 2012 UTC vs.
Revision 1785 by jmichalk, Wed Aug 22 18:43:27 2012 UTC

# Line 68 | Line 68 | namespace OpenMD {
68      }
69    }
70  
71 <  void GofRAngle::initalizeHistogram() {
71 >  void GofRAngle::initializeHistogram() {
72      npairs_ = 0;
73      for (unsigned int i = 0; i < histogram_.size(); ++i){
74        std::fill(histogram_[i].begin(), histogram_[i].end(), 0);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines