From: Ralf Hartmann Date: Mon, 12 Feb 2001 09:39:07 +0000 (+0000) Subject: Small change for better debugging. X-Git-Tag: v8.0.0~19733 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=010606a846299d936b5df3db45b8c75b0ba874ca;p=dealii.git Small change for better debugging. git-svn-id: https://svn.dealii.org/trunk@3907 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 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,