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

Comparing trunk/src/applications/staticProps/GofAngle2.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 72 | Line 72 | namespace OpenMD {
72      }
73    }
74  
75 <  void GofAngle2::initalizeHistogram() {
75 >  void GofAngle2::initializeHistogram() {
76      npairs_ = 0;
77      for (unsigned int i = 0; i < histogram_.size(); ++i)
78        std::fill(histogram_[i].begin(), histogram_[i].end(), 0);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines