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 1960 by tim, Wed Jan 26 15:26:47 2005 UTC vs.
Revision 2008 by tim, Sun Feb 13 19:10:25 2005 UTC

# Line 113 | Line 113 | class Integrator {
113          double targetScalingTemp;
114      
115          DumpWriter*dumpWriter;
116        DumpWriter* eorWriter;
116          StatWriter* statWriter;
117          Thermo thermo;
118  
# Line 131 | Line 130 | class Integrator {
130          virtual double calcConservedQuantity() = 0;
131          
132          virtual DumpWriter* createDumpWriter() = 0;
134        
135        virtual DumpWriter* createEorWriter() = 0;
133  
134          virtual StatWriter* createStatWriter() = 0;
135   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines