From: wolf Date: Wed, 12 Sep 2001 14:50:59 +0000 (+0000) Subject: Trivially work around an internal compiler error when compiling this X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe3b6e56177414f38d6f0e3dcb7beca164b41f6b;p=dealii-svn.git Trivially work around an internal compiler error when compiling this file in optimized mode on a Linux machine with gcc2.95.3. git-svn-id: https://svn.dealii.org/trunk@4982 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/fe/fe_q.cc b/deal.II/deal.II/source/fe/fe_q.cc index a49ea86c82..ccb2cb0504 100644 --- a/deal.II/deal.II/source/fe/fe_q.cc +++ b/deal.II/deal.II/source/fe/fe_q.cc @@ -928,18 +928,19 @@ FE_Q::lexicographic_to_hierarchic_numbering (const FiniteElementData & } } - for (int i=0; i(GeometryInfo::hexes_per_cell); ++i) - { - unsigned int index = fe_data.first_hex_index; - - for (unsigned int jz = 1; jz::hexes_per_cell > 0) + for (int i=0; i(GeometryInfo::hexes_per_cell); ++i) + { + unsigned int index = fe_data.first_hex_index; + + for (unsigned int jz = 1; jz &fe, } } - for (int i=0; i(GeometryInfo::hexes_per_cell); ++i) - { - unsigned int index = fe.first_hex_index; - - for (unsigned int jz = 1; jz::hexes_per_cell > 0) + for (int i=0; i(GeometryInfo::hexes_per_cell); ++i) + { + unsigned int index = fe.first_hex_index; + + for (unsigned int jz = 1; jz