]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Undo patch.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 27 Feb 2001 14:40:06 +0000 (14:40 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 27 Feb 2001 14:40:06 +0000 (14:40 +0000)
git-svn-id: https://svn.dealii.org/trunk@4047 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 0d8759d0cf567dc456cf0ac4ed2bac8555b71c86..8566ce580dd60ecb450aee961e4e02bf91db758f 100644 (file)
@@ -447,10 +447,9 @@ 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,
-                                           bv,
+                                           BoundaryValues<dim>(),
                                            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.