]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove code that produces unnecessary output in a file that then just
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 23 Apr 2009 18:28:08 +0000 (18:28 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 23 Apr 2009 18:28:08 +0000 (18:28 +0000)
lies around.

git-svn-id: https://svn.dealii.org/trunk@18713 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/project_boundary_rt_01.cc

index 9f4f2c7143eb9f40b1254031885daa381454ed98..c1ef00591257360166b70778f962bf24618b925f 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 2007, 2008 by the deal.II authors
+//    Copyright (C) 2007, 2008, 2009 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -156,13 +156,6 @@ void test_projection (const Triangulation<dim>& tr,
                          | update_values);
   double err = integrate_error(dof, feval, u, f);
   deallog << err << std::endl;
-
-  DataOut<dim> dout;
-  dout.attach_dof_handler(dof);
-  std::ofstream of("T.gnuplot");
-  dout.add_data_vector(u, "u");
-  dout.build_patches(3);
-  dout.write_gnuplot(of);
 }
 
 

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.