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 1929 by gezelter, Mon Aug 19 13:12:00 2013 UTC vs.
Revision 1930 by gezelter, Mon Aug 19 13:51:04 2013 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines