--- branches/development/src/parallel/ForceDecomposition.cpp 2011/07/12 15:25:07 1591 +++ branches/development/src/parallel/ForceDecomposition.cpp 2011/08/18 20:18:19 1613 @@ -90,6 +90,8 @@ namespace OpenMD { void ForceDecomposition::fillSelfData(SelfData &sdat, int atom1) { sdat.atype = atypesLocal[atom1]; + + sdat.pot = &embeddingPot; // Still Missing skippedCharge if (storageLayout_ & DataStorage::dslElectroFrame) {