From: wolf Date: Tue, 27 Feb 2001 14:40:06 +0000 (+0000) Subject: Undo patch. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ebd9a07b44a361a85d9e1c0436fd098d87bb6a5;p=dealii-svn.git Undo patch. git-svn-id: https://svn.dealii.org/trunk@4047 0785d39b-7218-0410-832d-ea1e28bc413d --- 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,