ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE_old/src/mdtools/libmdCode/Integrator.hpp
(Generate patch)

Comparing trunk/OOPSE_old/src/mdtools/libmdCode/Integrator.hpp (file contents):
Revision 270 by mmeineke, Fri Feb 14 17:08:46 2003 UTC vs.
Revision 271 by mmeineke, Fri Feb 14 21:53:47 2003 UTC

# Line 2 | Line 2
2   #define _INTEGRATOR_H_
3  
4   #include "Atom.hpp"
5 #include "LRI.hpp"
5   #include "SRI.hpp"
6   #include "AbstractClasses.hpp"
7   #include "SimInfo.hpp"
# Line 44 | Line 43 | class Symplectic : public Integrator { (public)
43   class Symplectic : public Integrator {
44    
45   public:
46 <  Symplectic( SimInfo* the_entry_plug  ForceFields* the_ff );
46 >  Symplectic( SimInfo* the_entry_plug,  ForceFields* the_ff );
47    ~Symplectic();
48    
49    void integrate( void );

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines