]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix missing std::
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 11 Mar 2003 17:45:17 +0000 (17:45 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 11 Mar 2003 17:45:17 +0000 (17:45 +0000)
git-svn-id: https://svn.dealii.org/trunk@7320 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/sparse_matrix_ez.double.cc
deal.II/lac/source/sparse_matrix_ez.float.cc

index 92530119b42767747f6217eb1e29e0b12f18c650..99d7098f7c5d54169968c02cabe647ff2b326336 100644 (file)
@@ -19,7 +19,7 @@
 #define TYPEMAT double
 
 template class SparseMatrixEZ<TYPEMAT>;
-template void SparseMatrixEZ<TYPEMAT>::print_statistics(ostream&, bool);
+template void SparseMatrixEZ<TYPEMAT>::print_statistics(std::ostream&, bool);
 template void SparseMatrixEZ<TYPEMAT>::print_statistics(LogStream&, bool);
 
 
index ddb2ddde1c6667fb997b4506e1eb4a64bd1a213b..727164b37b0eb7f6f5d14007afd8b49e36811c5d 100644 (file)
@@ -18,7 +18,7 @@
 #define TYPEMAT float
 
 template class SparseMatrixEZ<TYPEMAT>;
-template void SparseMatrixEZ<TYPEMAT>::print_statistics(ostream&, bool);
+template void SparseMatrixEZ<TYPEMAT>::print_statistics(std::ostream&, bool);
 template void SparseMatrixEZ<TYPEMAT>::print_statistics(LogStream&, bool);
 
 #define TYPE2 float

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.