ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/rnemd/RNEMD.hpp
(Generate patch)

Comparing branches/development/src/rnemd/RNEMD.hpp (file contents):
Revision 1773 by gezelter, Tue Aug 7 18:26:40 2012 UTC vs.
Revision 1808 by gezelter, Mon Oct 22 20:42:10 2012 UTC

# Line 44 | Line 44
44   * @file RNEMD.hpp
45   * @author gezelter
46   * @date 03/13/2009
47 * @time 15:56pm
47   * @version 1.0
48   */
49  
# Line 76 | Line 75 | namespace OpenMD {
75      void writeOutputFile();
76      void writeReal(int index, unsigned int bin);
77      void writeVector(int index, unsigned int bin);
78 +    void writeRealStdDev(int index, unsigned int bin);
79 +    void writeVectorStdDev(int index, unsigned int bin);
80  
81    private:
82  
# Line 158 | Line 159 | namespace OpenMD {
159      vector<OutputData> data_;
160      OutputBitSet outputMask_;
161      OutputMapType outputMap_;
162 +    Accumulator* areaAccumulator_;
163 +    bool doRNEMD_;
164  
165    };
166   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines