From: Wolfgang Bangerth Date: Fri, 12 Apr 2013 20:54:29 +0000 (+0000) Subject: Leave a note. This probably also explains what is going wrong in this program X-Git-Tag: v8.0.0~718 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b5c3baabdfcb41ca1be5265c7c074b9b9ed83f6;p=dealii.git Leave a note. This probably also explains what is going wrong in this program at the moment. git-svn-id: https://svn.dealii.org/trunk@29263 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-26/step-26.cc b/deal.II/examples/step-26/step-26.cc index d089374625..a4528ae963 100644 --- a/deal.II/examples/step-26/step-26.cc +++ b/deal.II/examples/step-26/step-26.cc @@ -172,6 +172,8 @@ namespace Step26 template void HeatEquation::setup_system() { +//TODO: we need to take care of constraints here! :-) + dof_handler.distribute_dofs(fe); std::cout << std::endl