ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/utils/sysbuilder/sysBuild.hpp
(Generate patch)

Comparing trunk/OOPSE/utils/sysbuilder/sysBuild.hpp (file contents):
Revision 678 by chuckv, Mon Aug 11 22:12:31 2003 UTC vs.
Revision 817 by gezelter, Fri Oct 24 17:36:18 2003 UTC

# 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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines