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 708 by tim, Wed Aug 20 22:23:34 2003 UTC vs.
Revision 746 by mmeineke, Thu Sep 4 21:48:35 2003 UTC

# Line 39 | Line 39 | class SimInfo{ (public)
39    unsigned int nZconstraints; // the number of zConstraints
40  
41    unsigned int setTemp;   // boolean to set the temperature at each sampleTime
42 +  unsigned int resetIntegrator; // boolean to reset the integrator
43  
44    unsigned int n_dipoles; // number of dipoles
45  
# Line 90 | Line 91 | class SimInfo{ (public)
91    double target_temp;            // the target temperature of the system
92    double thermalTime;            // the temp kick interval
93    double currentTime;            // Used primarily for correlation Functions
94 +  double resetTime;              // Use to reset the integrator periodically
95  
96    int n_mol;           // n_molecules;
97    Molecule* molecules; // the array of molecules

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines