]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Small change for better debugging.
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 12 Feb 2001 09:39:07 +0000 (09:39 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 12 Feb 2001 09:39:07 +0000 (09:39 +0000)
git-svn-id: https://svn.dealii.org/trunk@3907 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-4/step-4.cc

index 8566ce580dd60ecb450aee961e4e02bf91db758f..0d8759d0cf567dc456cf0ac4ed2bac8555b71c86 100644 (file)
@@ -447,9 +447,10 @@ void LaplaceProblem<dim>::assemble_system ()
                                   // BoundaryValues class declared
                                   // above):
   std::map<unsigned int,double> boundary_values;
+  BoundaryValues<dim> bv;
   VectorTools::interpolate_boundary_values (dof_handler,
                                            0,
-                                           BoundaryValues<dim>(),
+                                           bv,
                                            boundary_values);
   MatrixTools<dim>::apply_boundary_values (boundary_values,
                                           system_matrix,

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.