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 1763 by gezelter, Tue Nov 22 20:38:56 2011 UTC vs.
Revision 1764 by gezelter, Tue Jul 3 18:32:27 2012 UTC

# Line 51 | Line 51
51   #ifndef INTEGRATORS_VELOCITIZER_HPP
52   #define INTEGRATORS_VELOCITIZER_HPP
53   #include "brains/SimInfo.hpp"
54 + #include "brains/Thermo.hpp"
55   #include "math/RandNumGen.hpp"
56  
57   namespace OpenMD {
# Line 74 | Line 75 | namespace OpenMD {
75          
76    private:
77          
78 <    SimInfo* info_;
79 <
78 >    SimInfo* info_;    
79 >    Thermo thermo;
80      RandNumGen* randNumGen_;
81  
82    };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines