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

Comparing branches/new_design/OOPSE-4/src/io/basic_ifstrstream.hpp (file contents):
Revision 1828 by tim, Thu Dec 2 04:55:10 2004 UTC vs.
Revision 1829 by tim, Thu Dec 2 05:14:58 2004 UTC

# Line 250 | Line 250 | class basic_ifstrstream : public basic_istream<_CharT,
250                          return false;
251                      }
252                      
253 <                    // make a c-style  std::stringand brocasting it
253 >                    // make a c-style  std::string and brocasting it
254                      fbuf[fileSize] = '\0';
255                      commStatus = MPI_Bcast(fbuf, fileSize + 1, MPI_CHAR, masterNode, MPI_COMM_WORLD);
256  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines