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 1928 by gezelter, Mon Jul 1 21:09:37 2013 UTC vs.
Revision 1929 by gezelter, Mon Aug 19 13:12:00 2013 UTC

# Line 141 | 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