--- trunk/src/applications/staticProps/GofRZ.cpp 2010/04/29 14:41:48 1440 +++ trunk/src/applications/staticProps/GofRZ.cpp 2010/05/10 17:28:26 1442 @@ -50,6 +50,8 @@ namespace OpenMD { const std::string& sele2, RealType len, int nrbins, int nZBins) : RadialDistrFunc(info, filename, sele1, sele2), len_(len), nRBins_(nrbins), nZBins_(nZBins){ + setOutputName(getPrefix(filename) + ".gofrz"); + deltaR_ = len_ / (double) nRBins_; deltaZ_ = len_ / (double)nZBins_; histogram_.resize(nRBins_);