# | 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 30 | Line 31 | typedef struct{ | |
31 | double targetTemp; | |
32 | double dt; | |
33 | double runTime; | |
34 | + | |
35 | double boxX, boxY, boxZ; | |
36 | + | bool haveBox; |
37 | + | |
38 | int nComponents; | |
39 | int totNmol; | |
40 | int* componentsNmol; | |
37 | – | |
41 | ||
39 | – | |
42 | MoleculeStamp** compStamps; | |
43 | ||
44 | int havePressure; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |