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

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines