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

Comparing branches/development/src/integrators/Velocitizer.hpp (file contents):
Revision 1665 by gezelter, Tue Nov 22 20:38:56 2011 UTC vs.
Revision 1808 by gezelter, Mon Oct 22 20:42:10 2012 UTC

# Line 44 | Line 44
44   * @file Velocitizer.hpp
45   * @author tlin
46   * @date 11/14/2004
47 * @time 13:25am
47   * @version 1.0
48   */
49  
50   #ifndef INTEGRATORS_VELOCITIZER_HPP
51   #define INTEGRATORS_VELOCITIZER_HPP
52   #include "brains/SimInfo.hpp"
53 + #include "brains/Thermo.hpp"
54   #include "math/RandNumGen.hpp"
55  
56   namespace OpenMD {
# Line 74 | Line 74 | namespace OpenMD {
74          
75    private:
76          
77 <    SimInfo* info_;
78 <
77 >    SimInfo* info_;    
78 >    Thermo thermo;
79      RandNumGen* randNumGen_;
80  
81    };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines