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 1440 by gezelter, Thu Apr 29 14:41:48 2010 UTC vs.
Revision 1441 by gezelter, Thu Apr 29 14:48:10 2010 UTC

# Line 50 | Line 50 | namespace OpenMD {
50                         const std::string& sele2, RealType len, int nrbins, int nZBins)
51      : RadialDistrFunc(info, filename, sele1, sele2), len_(len), nRBins_(nrbins), nZBins_(nZBins){
52  
53 +      setOutputName(getPrefix(filename) + ".gofrz");
54 +
55        deltaR_ = len_ / (double) nRBins_;
56        deltaZ_ = len_ / (double)nZBins_;    
57        histogram_.resize(nRBins_);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines