From 5ebd9a07b44a361a85d9e1c0436fd098d87bb6a5 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 27 Feb 2001 14:40:06 +0000 Subject: [PATCH] Undo patch. git-svn-id: https://svn.dealii.org/trunk@4047 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-4/step-4.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deal.II/examples/step-4/step-4.cc b/deal.II/examples/step-4/step-4.cc index 0d8759d0cf..8566ce580d 100644 --- a/deal.II/examples/step-4/step-4.cc +++ b/deal.II/examples/step-4/step-4.cc @@ -447,10 +447,9 @@ void LaplaceProblem::assemble_system () // BoundaryValues class declared // above): std::map boundary_values; - BoundaryValues bv; VectorTools::interpolate_boundary_values (dof_handler, 0, - bv, + BoundaryValues(), boundary_values); MatrixTools::apply_boundary_values (boundary_values, system_matrix, -- 2.39.5