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 1118 by tim, Mon Apr 19 03:52:27 2004 UTC vs.
Revision 1180 by chrisfen, Thu May 20 20:24:07 2004 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines