| # | Line 2 | Line 2 | |
|---|---|---|
| 2 | #define __SYSBUILD_H__ | |
| 3 | ||
| 4 | #include "MoleculeStamp.hpp" | |
| 5 | + | #include "Globals.hpp" |
| 6 | ||
| 7 | #define STR_LENGTH 500 | |
| 8 | #define RAND_SEED 1337 | |
| # | Line 37 | Line 38 | typedef struct{ | |
| 38 | int nComponents; | |
| 39 | int totNmol; | |
| 40 | int* componentsNmol; | |
| 40 | – | |
| 41 | ||
| 42 | – | |
| 42 | MoleculeStamp** compStamps; | |
| 43 | ||
| 44 | int havePressure; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |