ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/brains/DataStorage.hpp
(Generate patch)

Comparing trunk/src/brains/DataStorage.hpp (file contents):
Revision 1992 by gezelter, Sun Jun 16 15:15:42 2013 UTC vs.
Revision 1993 by gezelter, Tue Apr 29 17:32:31 2014 UTC

# Line 83 | Line 83 | namespace OpenMD {
83        dslSkippedCharge = 8192,
84        dslFlucQPosition = 16384,
85        dslFlucQVelocity = 32768,
86 <      dslFlucQForce = 65536
86 >      dslFlucQForce = 65536,
87 >      dslSitePotential = 131072
88      };
89  
90      DataStorage();
# Line 140 | Line 141 | namespace OpenMD {
141      vector<RealType> flucQPos;        /** fluctuating charges */
142      vector<RealType> flucQVel;        /** fluctuating charge velocities */
143      vector<RealType> flucQFrc;        /** fluctuating charge forces */
144 +    vector<RealType> sitePotential;   /** electrostatic site potentials */
145  
146      static int getBytesPerStuntDouble(int layout);
147  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines