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

Comparing branches/development/src/visitors/AtomVisitor.cpp (file contents):
Revision 1871 by gezelter, Fri May 10 14:59:13 2013 UTC vs.
Revision 1872 by gezelter, Fri May 10 15:10:41 2013 UTC

# Line 170 | Line 170 | namespace OpenMD {
170        atomInfo->vec = datom->getA().transpose()*V3Z;
171      }
172  
173 +    atomData = new AtomData;
174 +    atomData->setID("ATOMDATA");  
175      atomData->addAtomInfo(atomInfo);
176 +
177      datom->addProperty(atomData);
178  
179      setVisited(datom);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines