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 1787 by gezelter, Wed Aug 29 18:13:11 2012 UTC vs.
Revision 1814 by gezelter, Tue Nov 27 21:13:48 2012 UTC

# Line 142 | Line 142 | namespace OpenMD {
142        u = datom->getA().transpose()*V3Z;        
143      } else if (ma.isDipole()) {
144        u = datom->getDipole();
145 +    } else if (ma.isQuadrupole()) {
146 +      u = datom->getQuadrupole().getColumn(2);
147      }
148      atomData = new AtomData;
149      atomData->setID("ATOMDATA");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines