From d85f030094d18a37c2a3ef70174543b28fa081df Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 13 Aug 2008 19:43:49 +0000 Subject: [PATCH] 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 --- deal.II/examples/step-31/step-31.cc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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