From: Wolfgang Bangerth Date: Mon, 22 Jun 2009 15:09:23 +0000 (+0000) Subject: Close constraints object. X-Git-Tag: v8.0.0~7600 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09149371a1c3385b9bd20acec58c3b61e80ec6a7;p=dealii.git Close constraints object. git-svn-id: https://svn.dealii.org/trunk@18950 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-36/step-36.cc b/deal.II/examples/step-36/step-36.cc index 0185a2ff5b..9045ff7b01 100644 --- a/deal.II/examples/step-36/step-36.cc +++ b/deal.II/examples/step-36/step-36.cc @@ -145,6 +145,7 @@ void EigenvalueProblem::assemble_system () 0, ZeroFunction(), constraints); + constraints.close (); typename DoFHandler::active_cell_iterator cell = dof_handler.begin_active(),