--- trunk/OOPSE-4/src/integrators/Integrator.hpp 2005/01/12 22:41:40 1930 +++ trunk/OOPSE-4/src/integrators/Integrator.hpp 2005/01/26 15:26:47 1960 @@ -113,6 +113,7 @@ class Integrator { double targetScalingTemp; DumpWriter*dumpWriter; + DumpWriter* eorWriter; StatWriter* statWriter; Thermo thermo; @@ -131,6 +132,8 @@ class Integrator { virtual DumpWriter* createDumpWriter() = 0; + virtual DumpWriter* createEorWriter() = 0; + virtual StatWriter* createStatWriter() = 0; };