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

Comparing trunk/mdtools/headers/Integrator.hpp (file contents):
Revision 11 by mmeineke, Tue Jul 9 18:40:59 2002 UTC vs.
Revision 237 by mmeineke, Fri Jan 17 21:53:33 2003 UTC

# Line 29 | Line 29 | class Verlet : public Integrator { (private)
29    int c_natoms;  /* the number of atoms */
30    Atom **c_atoms; /* array of atom pointers */
31    SRI **c_sr_interactions; /* array of SRI pointers */
32  LRI *longRange; /* the long ranghe forces */
32    int c_n_SRI; /* the number of short range interactions */
33  
34    int c_is_constrained; /*boolean to know whether the systems contains

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines