--- trunk/OOPSE/utils/sysbuilder/sysBuild.hpp 2003/08/11 22:12:31 678 +++ trunk/OOPSE/utils/sysbuilder/sysBuild.hpp 2003/10/24 17:36:18 817 @@ -2,6 +2,7 @@ #define __SYSBUILD_H__ #include "MoleculeStamp.hpp" +#include "Globals.hpp" #define STR_LENGTH 500 #define RAND_SEED 1337 @@ -30,13 +31,14 @@ typedef struct{ double targetTemp; double dt; double runTime; + double boxX, boxY, boxZ; + bool haveBox; + int nComponents; int totNmol; int* componentsNmol; - - MoleculeStamp** compStamps; int havePressure;