From 603bac768d655b5790f1bae555f700ba9c728896 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 3 Feb 2000 13:58:07 +0000 Subject: [PATCH] Ack, forgot to build patches before writing... git-svn-id: https://svn.dealii.org/trunk@2335 0785d39b-7218-0410-832d-ea1e28bc413d --- .../deal.II/Attic/examples/error-estimation/error-estimation.cc | 1 + tests/big-tests/error-estimation/error-estimation.cc | 1 + 2 files changed, 2 insertions(+) diff --git a/deal.II/deal.II/Attic/examples/error-estimation/error-estimation.cc b/deal.II/deal.II/Attic/examples/error-estimation/error-estimation.cc index 5354514775..80648997e3 100644 --- a/deal.II/deal.II/Attic/examples/error-estimation/error-estimation.cc +++ b/deal.II/deal.II/Attic/examples/error-estimation/error-estimation.cc @@ -575,6 +575,7 @@ void PoissonProblem::run (ParameterHandler &prm) { out.add_data_vector (h1_error_per_dof, "H1_Error"); out.add_data_vector (estimated_error_per_dof, "Estimated_Error"); out.add_data_vector (error_ratio, "Ratio_True_to_Estimated_Error"); + out.build_patches (); string filename = prm.get ("Output base filename"); switch (refine_mode) { diff --git a/tests/big-tests/error-estimation/error-estimation.cc b/tests/big-tests/error-estimation/error-estimation.cc index 5354514775..80648997e3 100644 --- a/tests/big-tests/error-estimation/error-estimation.cc +++ b/tests/big-tests/error-estimation/error-estimation.cc @@ -575,6 +575,7 @@ void PoissonProblem::run (ParameterHandler &prm) { out.add_data_vector (h1_error_per_dof, "H1_Error"); out.add_data_vector (estimated_error_per_dof, "Estimated_Error"); out.add_data_vector (error_ratio, "Ratio_True_to_Estimated_Error"); + out.build_patches (); string filename = prm.get ("Output base filename"); switch (refine_mode) { -- 2.39.5