| # | Line 97 | Line 97 | class SimInfo{ (public) | |
|---|---|---|
| 97 | int n_mol; // n_molecules; | |
| 98 | Molecule* molecules; // the array of molecules | |
| 99 | ||
| 100 | < | int nComponents; // the number of componentsin the system |
| 100 | > | int nComponents; // the number of components in the system |
| 101 | int* componentsNmol; // the number of molecules of each component | |
| 102 | MoleculeStamp** compStamps;// the stamps matching the components | |
| 103 | LinkedMolStamp* headStamp; // list of stamps used in the simulation | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |