]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
fix test
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 19 Sep 2013 18:30:26 +0000 (18:30 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 19 Sep 2013 18:30:26 +0000 (18:30 +0000)
git-svn-id: https://svn.dealii.org/trunk@30839 0785d39b-7218-0410-832d-ea1e28bc413d

tests/base/data_out_reader_01.cc

index 1e105e3ffd8acc0175ea23975dfd38b3dde9be9d..2466ae5f2c8f9ca74a7121a23127f0d7bba35efd 100644 (file)
 
 // test DataOutReader::merge
 
-void cat_file(const char *filename)
-{
-  std::ifstream in(filename);
-  while (in)
-    {
-      std::string s;
-      std::getline(in, s);
-      deallog.get_file_stream() << s << "\n";
-    }
-}
-
 template <int dim, int spacedim>
 void check()
 {
@@ -80,7 +69,6 @@ void check()
   }
 
   cat_file("data_out_reader_01/outfile");
-  std::remove ("data_out_reader_01/outfile");
 }
 
 

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.