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

Comparing branches/new_design/OOPSE-4/src/integrators/VelocityVerletIntegrator.hpp (file contents):
Revision 1724 by tim, Tue Nov 9 23:11:39 2004 UTC vs.
Revision 1725 by tim, Wed Nov 10 22:01:06 2004 UTC

# Line 59 | Line 59 | class VelocityVerletIntegrator : Integrator {
59  
60          virtual void thermalize();
61          
62 <        virtual void calcForce(int needPotential, int needStress);
62 >        virtual void calcForce(bool needPotential, bool needStress);
63  
64      private:
65          
66          void velocitize();
67  
68        void removeComDrift();
69
68   };
69  
70   } //end namespace oopse

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines