ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/io/basic_ifstrstream.hpp
(Generate patch)

Comparing trunk/OOPSE-4/src/io/basic_ifstrstream.hpp (file contents):
Revision 1572 by tim, Fri Oct 15 15:20:14 2004 UTC vs.
Revision 1577 by tim, Fri Oct 15 18:20:44 2004 UTC

# Line 38 | Line 38
38   #include <sstream>
39  
40   #ifdef IS_MPI
41 < #include <mpi.hpp>
41 > #include <mpi.h>
42   #endif
43  
44   namespace oopse {
# Line 118 | Line 118 | class basic_ifstrstream : public basic_istream<_CharT,
118           }
119  
120          /**
121 <         *
121 >         * virtual destructor will close the file(in single mode) and clear the stream buffer
122           */
123          ~basic_ifstrstream(){
124              close();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines