From: Wolfgang Bangerth Date: Wed, 12 Jun 2002 13:48:49 +0000 (+0000) Subject: Correct a strange piece of code, which I may be the author of... X-Git-Tag: v8.0.0~17877 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=014c8085b3e4b014397f5ae51322b5b84228beee;p=dealii.git Correct a strange piece of code, which I may be the author of... git-svn-id: https://svn.dealii.org/trunk@6079 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 4f50b45931..edd1802fce 100644 --- a/deal.II/deal.II/source/fe/fe_q.cc +++ b/deal.II/deal.II/source/fe/fe_q.cc @@ -106,6 +106,8 @@ FE_Q::FE_Q (const unsigned int degree) restriction[1](3,0) = 1; restriction[1](4,3) = 1; break; + + default: { // in case we don't // have the matrices