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 394 by gezelter, Mon Mar 24 21:55:34 2003 UTC vs.
Revision 412 by mmeineke, Wed Mar 26 21:50:33 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 <  int *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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines