--- trunk/src/applications/staticProps/NanoLength.cpp 2011/06/19 17:51:15 1585 +++ trunk/src/applications/staticProps/NanoLength.cpp 2012/09/10 18:38:44 1796 @@ -35,7 +35,8 @@ * [1] Meineke, et al., J. Comp. Chem. 26, 252-271 (2005). * [2] Fennell & Gezelter, J. Chem. Phys. 124, 234104 (2006). * [3] Sun, Lin & Gezelter, J. Chem. Phys. 128, 24107 (2008). - * [4] Vardeman & Gezelter, in progress (2009). + * [4] Kuang & Gezelter, J. Chem. Phys. 133, 164101 (2010). + * [5] Vardeman, Stocker & Gezelter, J. Chem. Theory Comput. 7, 834 (2011). */ #include "applications/staticProps/NanoLength.hpp" @@ -67,15 +68,12 @@ void NanoLength::process() { void NanoLength::process() { Molecule* mol; - Atom* atom; RigidBody* rb; - int myIndex; SimInfo::MoleculeIterator mi; Molecule::RigidBodyIterator rbIter; - Molecule::AtomIterator ai; StuntDouble* sd; Vector3d vec; - int i,j; + int i; DumpReader reader(info_, dumpFilename_); int nFrames = reader.getNFrames();