ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/integrators/Integrator.hpp
(Generate patch)

Comparing trunk/OOPSE-4/src/integrators/Integrator.hpp (file contents):
Revision 2008 by tim, Sun Feb 13 19:10:25 2005 UTC vs.
Revision 2101 by chrisfen, Thu Mar 10 15:10:24 2005 UTC

# Line 51 | Line 51
51   #define INTEGRATORS_INTEGRATOR_HPP
52  
53   #include "brains/ForceManager.hpp"
54 + #include "restraints/ThermoIntegrationForceManager.hpp"
55   #include "io/DumpWriter.hpp"
56   #include "io/StatWriter.hpp"
57 + #include "io/RestWriter.hpp"
58   #include "integrators/Velocitizer.hpp"
59  
60   namespace oopse {
# Line 104 | Line 106 | class Integrator {
106          }
107          
108          SimInfo* info_;
109 +        Globals* simParams;
110          ForceManager* forceMan_;
111          bool needPotential;
112          bool needStress;
# Line 112 | Line 115 | class Integrator {
115          bool needVelocityScaling;
116          double targetScalingTemp;
117      
118 <        DumpWriter*dumpWriter;
118 >        DumpWriter* dumpWriter;
119          StatWriter* statWriter;
120 +        RestWriter* restWriter;
121          Thermo thermo;
122  
123          double runTime;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines