--- branches/development/src/parallel/ForceDecomposition.cpp 2011/07/08 20:25:32 1587 +++ branches/development/src/parallel/ForceDecomposition.cpp 2011/07/12 15:25:07 1591 @@ -89,7 +89,7 @@ namespace OpenMD { void ForceDecomposition::fillSelfData(SelfData &sdat, int atom1) { - sdat.atype = ff_->getAtomType(idents[atom1]); + sdat.atype = atypesLocal[atom1]; // Still Missing skippedCharge if (storageLayout_ & DataStorage::dslElectroFrame) {