ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE_old/src/mdtools/libmdCode/SimInfo.hpp
(Generate patch)

Comparing trunk/OOPSE_old/src/mdtools/libmdCode/SimInfo.hpp (file contents):
Revision 362 by mmeineke, Tue Mar 18 21:25:45 2003 UTC vs.
Revision 365 by mmeineke, Tue Mar 18 22:17:31 2003 UTC

# Line 40 | Line 40 | class SimInfo{ (public)
40    unsigned int n_exclude;  // the # of pairs excluded from long range forces
41    int *excludes;       // the pairs themselves
42  
43 <  int nGlobalExclude;
43 >  int nGlobalExcludes;
44    int* globalExcludes; // same as above, but these guys participate in
45                         // no long range forces.
46  
# Line 107 | Line 107 | class SimInfo{ (public)
107    // private function to initialize the fortran side of the simulation
108    void (*setFsimulation) setFortranSimList;
109  
110 <  void (*setFortanBoxSize) setFortranBoxList;
110 >  void (*setFortranBoxSize) setFortranBoxList;
111   };
112  
113  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines