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

Comparing trunk/OOPSE/utils/sysBuild.hpp (file contents):
Revision 501 by mmeineke, Tue Apr 15 21:20:35 2003 UTC vs.
Revision 502 by mmeineke, Tue Apr 15 21:47:54 2003 UTC

# Line 12 | Line 12 | typedef struct{
12    int isRandom;
13   } sysBuildInfo;
14  
15 < typedef struct{
15 > typedef struct includeTag{
16    char name[STR_LENGTH];
17 <  includeLinked* next;
17 >  struct includeTag* next;
18   } includeLinked;
19  
20   typedef struct{
# Line 35 | Line 35 | typedef struct{
35    MoleculeStamp** compStamps;
36    
37    int havePressure;
38 <  int haveTauBarrostat;
38 >  int haveTauBarostat;
39    int haveTauThermostat;
40    int haveQmass;
41  
42    double targetPressure;
43 <  double tauBarrostat;
43 >  double tauBarostat;
44    double tauThermostat;
45    double Qmass;
46  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines