From: 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-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b525811a657d86bdc7459308bbae460f16d9980a;p=dealii-svn.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