From: hartmann Date: Wed, 22 Jun 2005 16:52:30 +0000 (+0000) Subject: Clean up. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c84889bc4b6b54c42b951ce9497700d06d44608b;p=dealii-svn.git Clean up. git-svn-id: https://svn.dealii.org/trunk@10927 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 32cf2eeb78..1e0a806663 100644 --- a/deal.II/deal.II/source/fe/fe_q.cc +++ b/deal.II/deal.II/source/fe/fe_q.cc @@ -606,7 +606,7 @@ void FE_Q::initialize_unit_support_points () p(2) = iz * step; this->unit_support_points[index_map_inverse[k++]] = p; - }; + } } @@ -651,7 +651,7 @@ void FE_Q::initialize_unit_face_support_points () p(2) = iz * step; this->unit_face_support_points[face_index_map_inverse[k++]] = p; - }; + } } @@ -1400,7 +1400,7 @@ FE_Q::initialize_embedding () sum += this->prolongation[child](row,col); Assert (std::fabs(sum-1.) < 2e-14*this->degree*dim, ExcInternalError()); - }; + } } }