From f2ca81c680c11e0e4c78fc7d0eb2af4f085ad7c5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 25 Jun 2003 20:35:18 +0000 Subject: [PATCH] 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 --- deal.II/deal.II/source/fe/fe_raviart_thomas.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; }; -- 2.39.5