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

Comparing branches/development/src/applications/staticProps/GofRZ.cpp (file contents):
Revision 1767 by gezelter, Fri Jul 6 22:01:58 2012 UTC vs.
Revision 1794 by gezelter, Thu Sep 6 19:44:06 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