| # | 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; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |