From: Wolfgang Bangerth Date: Wed, 25 Jun 2003 20:35:18 +0000 (+0000) Subject: Fix very nasty bug for which I have now been looking for several hours already... X-Git-Tag: v8.0.0~16393 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2ca81c680c11e0e4c78fc7d0eb2af4f085ad7c5;p=dealii.git Fix very nasty bug for which I have now been looking for several hours already... git-svn-id: https://svn.dealii.org/trunk@7816 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/fe/fe_raviart_thomas.cc b/deal.II/deal.II/source/fe/fe_raviart_thomas.cc index d14c6fba94..ccaafa22d3 100644 --- a/deal.II/deal.II/source/fe/fe_raviart_thomas.cc +++ b/deal.II/deal.II/source/fe/fe_raviart_thomas.cc @@ -889,10 +889,10 @@ FE_RaviartThomas<2>::initialize_restriction () this->restriction[1](8,6) = -1.; this->restriction[1](8,2) = 1.; - this->restriction[3](8,7) = 1.; - this->restriction[3](8,3) = -1.; - this->restriction[2](8,7) = -1.; - this->restriction[2](8,3) = 1.; + this->restriction[3](9,7) = 1.; + this->restriction[3](9,3) = -1.; + this->restriction[2](9,7) = -1.; + this->restriction[2](9,3) = 1.; break; };