]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove a piece of debug code.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 3 Feb 2014 19:43:22 +0000 (19:43 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 3 Feb 2014 19:43:22 +0000 (19:43 +0000)
git-svn-id: https://svn.dealii.org/trunk@32396 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/fe_values_view_29.cc

index eff1147724057042d1a9cd5b2a22e84e3e9abb3d..cd8a9795beb9c588cc98d81210eaee5b9888f21d 100644 (file)
@@ -82,17 +82,6 @@ void test (const Triangulation<dim> &tr,
   ConstraintMatrix cm;
   cm.close ();
   VectorTools::project (dof, cm, QGauss<2>(4), F(), fe_function);
-
-  // verify that we really have something that after projection equals the
-  // original
-  {
-    DataOut<dim> x;
-    x.attach_dof_handler (dof);
-    x.add_data_vector (fe_function, "u");
-    std::ofstream o("x.gnuplot");
-    x.build_patches(6);
-    x.write_gnuplot (o);
-  }
   
   const QGauss<dim> quadrature(2);
   FEValues<dim> fe_values (fe, quadrature,

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.