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 1930 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 1960 by tim, Wed Jan 26 15:26:47 2005 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines