From: bangerth Date: Wed, 13 Aug 2008 19:43:49 +0000 (+0000) Subject: Remove one unneeded header file. Remove a check for the size of a matrix element. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d85f030094d18a37c2a3ef70174543b28fa081df;p=dealii-svn.git Remove one unneeded header file. Remove a check for the size of a matrix element. git-svn-id: https://svn.dealii.org/trunk@16535 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-31/step-31.cc b/deal.II/examples/step-31/step-31.cc index 4a40f15093..cd1118a02b 100644 --- a/deal.II/examples/step-31/step-31.cc +++ b/deal.II/examples/step-31/step-31.cc @@ -67,7 +67,6 @@ #include #include #include -#include #include #include @@ -1589,10 +1588,9 @@ void BoussinesqFlowProblem::assemble_system () { for (unsigned int i=0; i 1e-20) - system_matrix.add (local_dof_indices[i], - local_dof_indices[j], - local_matrix(i,j)); + system_matrix.add (local_dof_indices[i], + local_dof_indices[j], + local_matrix(i,j)); } for (unsigned int i=0; i