--- trunk/src/applications/staticProps/GofRZ.cpp 2012/08/22 02:28:28 1782 +++ trunk/src/applications/staticProps/GofRZ.cpp 2012/08/22 18:43:27 1785 @@ -70,7 +70,7 @@ namespace OpenMD { } } - void GofRZ::initalizeHistogram() { + void GofRZ::initializeHistogram() { npairs_ = 0; for (unsigned int i = 0; i < histogram_.size(); ++i){ std::fill(histogram_[i].begin(), histogram_[i].end(), 0);