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