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

Comparing trunk/src/applications/staticProps/NanoLength.cpp (file contents):
Revision 1585 by gezelter, Sun Jun 19 17:51:15 2011 UTC vs.
Revision 1796 by gezelter, Mon Sep 10 18:38:44 2012 UTC

# Line 35 | Line 35
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).          
38 < * [4]  Vardeman & Gezelter, in progress (2009).                        
38 > * [4]  Kuang & Gezelter,  J. Chem. Phys. 133, 164101 (2010).
39 > * [5]  Vardeman, Stocker & Gezelter, J. Chem. Theory Comput. 7, 834 (2011).
40   */
41  
42   #include "applications/staticProps/NanoLength.hpp"
# Line 67 | Line 68 | void NanoLength::process() {
68  
69   void NanoLength::process() {
70    Molecule* mol;
70  Atom* atom;
71    RigidBody* rb;
72  int myIndex;
72    SimInfo::MoleculeIterator mi;
73    Molecule::RigidBodyIterator rbIter;
75  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