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

Comparing trunk/OOPSE/libmdtools/SimInfo.hpp (file contents):
Revision 412 by mmeineke, Wed Mar 26 21:50:33 2003 UTC vs.
Revision 427 by mmeineke, Thu Mar 27 20:48:37 2003 UTC

# Line 39 | Line 39 | class SimInfo{ (public)
39    double dielectric;      // the dielectric of the medium for reaction field
40  
41    int n_exclude;  // the # of pairs excluded from long range forces
42 <  Exclude* excludes;       // the pairs themselves
42 >  Exclude** excludes;       // the pairs themselves
43  
44    int nGlobalExcludes;
45    int* globalExcludes; // same as above, but these guys participate in
# Line 50 | Line 50 | class SimInfo{ (public)
50    int n_constraints; // the number of constraints on the system
51  
52    unsigned int n_SRI;   // the number of short range interactions
53  SRI **sr_interactions;// the array of short range force objects
53  
54    double lrPot; // the potential energy from the long range calculations.
55  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines