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