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 422 by mmeineke, Thu Mar 27 19:21:42 2003 UTC vs.
Revision 457 by gezelter, Fri Apr 4 19:16:11 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 102 | Line 102 | class SimInfo{ (public)
102      setFortranBoxSize = fBox;
103    }
104  
105 +  void setBox( double newBox[3] );
106 +  void getBox( double theBox[3] );
107 +
108   private:
109    
110    // private function to initialize the fortran side of the simulation

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines