From 1a17aa7d533d1415e1081ecedaaa72afb82597a0 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 3 Feb 2014 19:43:22 +0000 Subject: [PATCH] Remove a piece of debug code. git-svn-id: https://svn.dealii.org/trunk@32396 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/fe_values_view_29.cc | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tests/deal.II/fe_values_view_29.cc b/tests/deal.II/fe_values_view_29.cc index eff1147724..cd8a9795be 100644 --- a/tests/deal.II/fe_values_view_29.cc +++ b/tests/deal.II/fe_values_view_29.cc @@ -82,17 +82,6 @@ void test (const Triangulation &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 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 quadrature(2); FEValues fe_values (fe, quadrature, -- 2.39.5