From c3ebc002ab74d2824bb1e734841f7afbd8003378 Mon Sep 17 00:00:00 2001 From: hartmann Date: Mon, 12 Feb 2001 09:39:07 +0000 Subject: [PATCH] Small change for better debugging. git-svn-id: https://svn.dealii.org/trunk@3907 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-4/step-4.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deal.II/examples/step-4/step-4.cc b/deal.II/examples/step-4/step-4.cc index 8566ce580d..0d8759d0cf 100644 --- a/deal.II/examples/step-4/step-4.cc +++ b/deal.II/examples/step-4/step-4.cc @@ -447,9 +447,10 @@ void LaplaceProblem::assemble_system () // BoundaryValues class declared // above): std::map boundary_values; + BoundaryValues bv; VectorTools::interpolate_boundary_values (dof_handler, 0, - BoundaryValues(), + bv, boundary_values); MatrixTools::apply_boundary_values (boundary_values, system_matrix, -- 2.39.5