| # | Line 23 | Line 23 | class SimInfo{ (public) | |
|---|---|---|
| 23 | } | |
| 24 | ~SimInfo(){} | |
| 25 | ||
| 26 | < | unsigned int n_atoms; // the number of atoms |
| 26 | > | int n_atoms; // the number of atoms |
| 27 | Atom **atoms; // the array of atom objects | |
| 28 | ||
| 29 | unsigned int n_bonds; // number of bends | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |