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

Comparing branches/development/src/applications/staticProps/NanoLength.cpp (file contents):
Revision 1665 by gezelter, Tue Nov 22 20:38:56 2011 UTC vs.
Revision 1850 by gezelter, Wed Feb 20 15:39:39 2013 UTC

# Line 34 | Line 34
34   *                                                                      
35   * [1]  Meineke, et al., J. Comp. Chem. 26, 252-271 (2005).            
36   * [2]  Fennell & Gezelter, J. Chem. Phys. 124, 234104 (2006).          
37 < * [3]  Sun, Lin & Gezelter, J. Chem. Phys. 128, 24107 (2008).          
37 > * [3]  Sun, Lin & Gezelter, J. Chem. Phys. 128, 234107 (2008).          
38   * [4]  Kuang & Gezelter,  J. Chem. Phys. 133, 164101 (2010).
39   * [5]  Vardeman, Stocker & Gezelter, J. Chem. Theory Comput. 7, 834 (2011).
40   */
# Line 68 | Line 68 | void NanoLength::process() {
68  
69   void NanoLength::process() {
70    Molecule* mol;
71  Atom* atom;
71    RigidBody* rb;
73  int myIndex;
72    SimInfo::MoleculeIterator mi;
73    Molecule::RigidBodyIterator rbIter;
76  Molecule::AtomIterator ai;
74    StuntDouble* sd;
75    Vector3d vec;
76 <  int i,j;
76 >  int i;
77    
78    DumpReader reader(info_, dumpFilename_);
79    int nFrames = reader.getNFrames();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines