ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/ReadWrite.hpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/ReadWrite.hpp (file contents):
Revision 929 by tim, Tue Jan 13 15:46:49 2004 UTC vs.
Revision 934 by tim, Tue Jan 13 20:04:28 2004 UTC

# Line 62 | Line 62 | class DumpWriter{ (public)
62  
63    void writeDump( double currentTime );
64    void writeFinal( double currentTime);
65 <  void writeFrame( ofstream& outFile, double finalTime );
65 >  void writeFrame( vector<ofstream*>& outFile, double finalTime );
66  
67   #ifdef IS_MPI
68    void update();
# Line 76 | Line 76 | class DumpWriter{ (public)
76  
77    SimInfo* entry_plug;
78    ofstream dumpFile;
79 +  ofstream finalOut;
80 +
81 + #ifdef IS_MPI
82    vector<pair<int, int> > indexArray;
83 + #endif
84   };
85  
86   class StatWriter{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines