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 934 by tim, Tue Jan 13 20:04:28 2004 UTC vs.
Revision 1074 by tim, Mon Mar 1 20:01:50 2004 UTC

# Line 76 | Line 76 | class DumpWriter{ (private)
76  
77    SimInfo* entry_plug;
78    ofstream dumpFile;
79  ofstream finalOut;
79  
80   #ifdef IS_MPI
81    vector<pair<int, int> > indexArray;
# Line 119 | Line 118 | class DumpReader{ (public)
118   class DumpReader{
119  
120   public:
121 <  DumpReader( char *in_name );
121 >  DumpReader(const char *in_name );
122    ~DumpReader();
123  
124    int getNframes();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines