| # | 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 | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |