* across different runs of the
* program.
*/
- void block_write (ostream &out) const;
+ void block_write (std::ostream &out) const;
/**
* Read data that has previously
template <typename number>
void
-SparseMatrix<number>::block_write (ostream &out) const
+SparseMatrix<number>::block_write (std::ostream &out) const
{
AssertThrow (out, ExcIO());
template <typename number>
void
-SparseMatrix<number>::block_read (istream &in)
+SparseMatrix<number>::block_read (std::istream &in)
{
AssertThrow (in, ExcIO());
* across different runs of the
* program.
*/
- void block_write (ostream &out) const;
+ void block_write (std::ostream &out) const;
/**
* Read data that has previously
void
-SparsityPattern::block_write (ostream &out) const
+SparsityPattern::block_write (std::ostream &out) const
{
AssertThrow (out, ExcIO());
void
-SparsityPattern::block_read (istream &in)
+SparsityPattern::block_read (std::istream &in)
{
AssertThrow (in, ExcIO());
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams