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

Comparing branches/development/src/applications/staticProps/BondAngleDistribution.cpp (file contents):
Revision 1665 by gezelter, Tue Nov 22 20:38:56 2011 UTC vs.
Revision 1767 by gezelter, Fri Jul 6 22:01:58 2012 UTC

# Line 99 | Line 99 | namespace OpenMD {
99      Vector3d vec;
100      std::vector<Vector3d> bondvec;
101      std::vector<RealType> bonddist;
102 <    RealType costheta;
103 <    RealType r;
104 <    RealType dist;
102 >    RealType r;    
103 >    int nBonds;    
104 >    int i;
105      
106    int nBonds;
107    
108    int i, j;
109    
106      DumpReader reader(info_, dumpFilename_);    
107      int nFrames = reader.getNFrames();
108      frameCounter_ = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines