From: Martin Kronbichler Date: Mon, 1 Nov 2010 12:43:19 +0000 (+0000) Subject: Circumvent a compile problem with gcc4.0.2 by using operator () to access table data. X-Git-Tag: v8.0.0~5090 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86b618ba7ad25b5ebace9ac33064b456341363c2;p=dealii.git Circumvent a compile problem with gcc4.0.2 by using operator () to access table data. git-svn-id: https://svn.dealii.org/trunk@22567 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/dofs/dof_tools.cc b/deal.II/source/dofs/dof_tools.cc index 20f7bb0f2a..1d6f9cfd43 100644 --- a/deal.II/source/dofs/dof_tools.cc +++ b/deal.II/source/dofs/dof_tools.cc @@ -142,7 +142,7 @@ DoFTools::make_sparsity_pattern (const DH &dof, bool need_dof_mask = false; for (unsigned int i=0; i