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 1767 by gezelter, Fri Jul 6 22:01:58 2012 UTC

# 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;
74    Molecule::AtomIterator ai;
75    StuntDouble* sd;
76    Vector3d vec;
77 <  int i,j;
77 >  int i;
78    
79    DumpReader reader(info_, dumpFilename_);
80    int nFrames = reader.getNFrames();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines