]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add erroneously removed include file again.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 26 Sep 2003 15:12:49 +0000 (15:12 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 26 Sep 2003 15:12:49 +0000 (15:12 +0000)
git-svn-id: https://svn.dealii.org/trunk@8041 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/grid/tria.cc

index c59a7f23c820c052bed20c42544124d0c195218e..0aad81a37ada5f92bb7e59b59635a161547daaae 100644 (file)
@@ -26,7 +26,7 @@
 #include <numeric>
 #include <map>
 #include <cmath>
-
+#include <iostream>
 
 
 // initialize the @p{straight_boundary} pointer of the triangulation
@@ -8439,7 +8439,8 @@ template <int dim>
 void Triangulation<dim>::read_bool_vector (const unsigned int  magic_number1,
                                           std::vector<bool>       &v,
                                           const unsigned int  magic_number2,
-                                          std::istream            &in) {
+                                          std::istream            &in)
+{
   AssertThrow (in, ExcIO());
 
   unsigned int magic_number;

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.