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

Comparing trunk/OOPSE-1.0/libmdtools/ReadWrite.hpp (file contents):
Revision 1334 by gezelter, Fri Jul 16 18:58:03 2004 UTC vs.
Revision 1417 by tim, Tue Jul 27 15:41:17 2004 UTC

# Line 1 | Line 1
1   #ifndef __READWRITE_H__
2   #define __READWRITE_H__
3   #define _LARGEFILE_SOURCE64
4 + #ifndef _FILE_OFFSET_BITS
5   #define _FILE_OFFSET_BITS 64
6 + #endif
7   #include <iostream>
8   #include <fstream>
9   #include <string>
# Line 60 | Line 62 | class StatWriter{ (private)
62  
63    SimInfo* entry_plug;
64    ofstream outFile;
65 <  char outName[500];
65 >  string outName;
66    Thermo* tStats;
67  
68   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines