--- branches/development/src/parallel/ForceDecomposition.hpp 2012/06/21 19:26:46 1760 +++ branches/development/src/parallel/ForceDecomposition.hpp 2012/06/22 20:01:37 1761 @@ -109,6 +109,7 @@ namespace OpenMD { virtual potVec* getEmbeddingPotential() { return &embeddingPot; } virtual potVec* getPairwisePotential() { return &pairwisePot; } virtual potVec* getExcludedPotential() { return &excludedPot; } + virtual potVec* getExcludedSelfPotential() { return &excludedSelfPot; } // neighbor list routines virtual bool checkNeighborList(); @@ -170,6 +171,7 @@ namespace OpenMD { potVec pairwisePot; potVec embeddingPot; potVec excludedPot; + potVec excludedSelfPot; /** * The topological distance between two atomic sites is handled