ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/brains/SimCreator.cpp
(Generate patch)

Comparing branches/development/src/brains/SimCreator.cpp (file contents):
Revision 1769 by gezelter, Mon Jul 9 14:15:52 2012 UTC vs.
Revision 1787 by gezelter, Wed Aug 29 18:13:11 2012 UTC

# Line 720 | Line 720 | namespace OpenMD {
720        if (storageLayout & DataStorage::dslForce) {
721          storageLayout |= DataStorage::dslTorque;
722        }
723    }
724    if (hasMultipoles) {
725      storageLayout |= DataStorage::dslElectroFrame;
723      }
724      if (hasFixedCharge || hasFluctuatingCharge) {
725        storageLayout |= DataStorage::dslSkippedCharge;
# Line 761 | Line 758 | namespace OpenMD {
758      if (simParams->getOutputElectricField()) {
759        storageLayout |= DataStorage::dslElectricField;
760      }
761 +
762      if (simParams->getOutputFluctuatingCharges()) {
763        storageLayout |= DataStorage::dslFlucQPosition;
764        storageLayout |= DataStorage::dslFlucQVelocity;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines