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

Comparing trunk/src/integrators/Velocitizer.hpp (file contents):
Revision 507 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 963 by tim, Wed May 17 21:51:42 2006 UTC

# Line 63 | Line 63 | namespace oopse {
63      Velocitizer(SimInfo* info);
64      virtual ~Velocitizer();
65          
66 <    void velocitize(double temperature);
66 >    void velocitize(RealType temperature);
67  
68      void removeComDrift();
69 +    /*
70 +       Removes center of mass angular momemtum
71 +     */
72 +    void removeAngularDrift();
73          
74    private:
75          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines