From: wolf 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-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=775bbcc9543ffb1d22bad00c3df69eb7847cfae2;p=dealii-svn.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; };