--- trunk/OOPSE-3.0/src/applications/staticProps/GofR.cpp 2005/02/16 19:36:30 2037 +++ trunk/OOPSE-3.0/src/applications/staticProps/GofR.cpp 2005/02/16 20:30:50 2038 @@ -46,8 +46,8 @@ GofR::GofR(SimInfo* info, const std::string& filename, namespace oopse { -GofR::GofR(SimInfo* info, const std::string& filename, const std::string& sele1, const std::string& sele2) - : RadialDistrFunc(info, filename, sele1, sele2){ +GofR::GofR(SimInfo* info, const std::string& filename, const std::string& sele1, const std::string& sele2, double len, int nrbins) + : RadialDistrFunc(info, filename, sele1, sele2), len_(len), nRBins_(nrbins){ deltaR_ = len_ /nRBins_;