ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-4/src/integrators/Velocitizer.hpp
(Generate patch)

Comparing branches/new_design/OOPSE-4/src/integrators/Velocitizer.hpp (file contents):
Revision 1755 by tim, Mon Nov 15 18:02:15 2004 UTC vs.
Revision 1756 by tim, Thu Nov 18 23:26:27 2004 UTC

# Line 43 | Line 43 | class Velocitizer {
43   */
44   class Velocitizer {
45      public:
46 <        Velocitizer();
46 >        Velocitizer(SimInfo* info) : info_(info) {}
47  
48 <    
48 >        void velocitize(double temperature);
49 >    private:
50 >        void removeComDrift(const Vector3d& vdrift);
51 >        SimInfo* info_;
52  
50
53   };
54  
55   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines