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

Comparing trunk/src/parallel/ForceDecomposition.cpp (file contents):
Revision 1879 by gezelter, Sun Jun 16 15:15:42 2013 UTC vs.
Revision 1895 by gezelter, Mon Jul 1 21:09:37 2013 UTC

# Line 99 | Line 99 | namespace OpenMD {
99    void ForceDecomposition::fillSelfData(SelfData &sdat, int atom1) {
100  
101      sdat.atype = atypesLocal[atom1];
102 +    sdat.atid = idents[atom1];
103  
104      sdat.pot = &embeddingPot;
105      sdat.excludedPot = &excludedSelfPot;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines