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

Comparing trunk/mdtools/headers/SimInfo.hpp (file contents):
Revision 248 by chuckv, Mon Jan 27 19:28:21 2003 UTC vs.
Revision 249 by chuckv, Mon Jan 27 21:28:19 2003 UTC

# Line 12 | Line 12 | class SimInfo{ (public)
12  
13   public:
14  
15 <  SimInfo(){}
15 >  SimInfo();
16    ~SimInfo(){}
17  
18    int n_atoms; // the number of atoms
# Line 38 | Line 38 | class SimInfo{ (public)
38    SRI **sr_interactions;// the array of short range force objects
39    LRI *longRange;       // the long range force object
40  
41 +  double lrPot; // the potential energy from the long range calculations.
42 +
43    double box_x, box_y, box_z; // the periodic boundry conditions
44    double rList, rCut; // variables for the neighborlist
45  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines