| # | 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 | }; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |