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 1180 by chrisfen, Thu May 20 20:24:07 2004 UTC vs.
Revision 1221 by chrisfen, Wed Jun 2 14:56:18 2004 UTC

# Line 55 | Line 55 | class StatWriter{ (public)
55    ~StatWriter();
56  
57    void writeStat( double currentTime );
58  void writeRaw( double currentTime );
58  
59   private:
60  
61    SimInfo* entry_plug;
62    ofstream outFile;
64  ofstream rawFile;
63    char outName[500];
66  char rawName[500];
64    Thermo* tStats;
65  
66   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines