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

Comparing trunk/src/applications/staticProps/HBondGeometric.cpp (file contents):
Revision 2049 by gezelter, Tue Jan 6 21:44:10 2015 UTC vs.
Revision 2050 by gezelter, Tue Jan 6 21:53:12 2015 UTC

# Line 81 | Line 81 | namespace OpenMD {
81      nHBonds_.resize(nBins_);
82      nDonor_.resize(nBins_);
83      nAcceptor_.resize(nBins_);
84 +
85 +    initializeHistogram();
86    }
87  
88    HBondGeometric::~HBondGeometric() {
# Line 96 | Line 98 | namespace OpenMD {
98      nSelected_ = 0;
99    }
100    
99  
100
101    void HBondGeometric::process() {
102      Molecule* mol;
103      StuntDouble* sd1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines