]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add missing std:: (how annoying that this should happen to _me_!...)
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 10 Sep 2002 15:45:37 +0000 (15:45 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 10 Sep 2002 15:45:37 +0000 (15:45 +0000)
git-svn-id: https://svn.dealii.org/trunk@6389 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/sparse_matrix.h
deal.II/lac/include/lac/sparse_matrix.templates.h
deal.II/lac/include/lac/sparsity_pattern.h
deal.II/lac/source/sparsity_pattern.cc

index 38d3b8967b66034a473a592c026d23642525315c..2f0e5d0d2535c5df3c79b034a2db5222a65c50d6 100644 (file)
@@ -794,7 +794,7 @@ class SparseMatrix : public Subscriptor
                                      * across different runs of the
                                      * program.
                                      */
-    void block_write (ostream &out) const;
+    void block_write (std::ostream &out) const;
 
                                     /**
                                      * Read data that has previously
index fcb345952c55bddc6c7ec98056a06fb49ca8c032..9a1cca16976cbe77019e2b194431cf2e06c7c617 100644 (file)
@@ -1174,7 +1174,7 @@ void SparseMatrix<number>::print_formatted (std::ostream &out,
 
 template <typename number>
 void
-SparseMatrix<number>::block_write (ostream &out) const 
+SparseMatrix<number>::block_write (std::ostream &out) const 
 {
   AssertThrow (out, ExcIO());
 
@@ -1194,7 +1194,7 @@ SparseMatrix<number>::block_write (ostream &out) const
 
 template <typename number>
 void
-SparseMatrix<number>::block_read (istream &in)
+SparseMatrix<number>::block_read (std::istream &in)
 {
   AssertThrow (in, ExcIO());
 
index e5b3d33a943851012d542cc368d88bf4150b57ba..a93971c0f4fe4c787f6a5314d21438b9993a75e7 100644 (file)
@@ -762,7 +762,7 @@ class SparsityPattern : public Subscriptor
                                      * across different runs of the
                                      * program.
                                      */
-    void block_write (ostream &out) const;
+    void block_write (std::ostream &out) const;
 
                                     /**
                                      * Read data that has previously
index fb401a7684ebe46d533cb4905c4cfb32caa67dd5..bb479e40e1cf87d8451ec1fd68289376902158da 100644 (file)
@@ -776,7 +776,7 @@ SparsityPattern::bandwidth () const
 
 
 void
-SparsityPattern::block_write (ostream &out) const 
+SparsityPattern::block_write (std::ostream &out) const 
 {
   AssertThrow (out, ExcIO());
 
@@ -803,7 +803,7 @@ SparsityPattern::block_write (ostream &out) const
 
 
 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


Typeset in Trocchi and Trocchi Bold Sans Serif.