ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/parallel/ForceDecomposition.cpp
(Generate patch)

Comparing trunk/src/parallel/ForceDecomposition.cpp (file contents):
Revision 1879 by gezelter, Sun Jun 16 15:15:42 2013 UTC vs.
Revision 1929 by gezelter, Mon Aug 19 13:12:00 2013 UTC

# 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;
# Line 140 | Line 141 | namespace OpenMD {
141      }
142      
143      if (storageLayout_ & DataStorage::dslFlucQForce) {
144 <      sdat.dVdFQ = &(snap_->atomData.flucQFrc[atom1]);
144 >      sdat.flucQfrc = &(snap_->atomData.flucQFrc[atom1]);
145      }
146    }
147  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines