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