From: Wolfgang Bangerth Date: Wed, 5 Apr 2017 21:47:11 +0000 (-0600) Subject: Minor code cleanups. X-Git-Tag: v9.0.0-rc1~1742^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4191%2Fhead;p=dealii.git Minor code cleanups. --- diff --git a/source/fe/fe_system.cc b/source/fe/fe_system.cc index f88f90ffa4..e450c473a3 100644 --- a/source/fe/fe_system.cc +++ b/source/fe/fe_system.cc @@ -1538,7 +1538,7 @@ initialize_unit_support_points () { this->unit_support_points.resize(0); return; - }; + } // generate unit support points from unit support points of sub elements this->unit_support_points.resize(this->dofs_per_cell); @@ -1552,7 +1552,7 @@ initialize_unit_support_points () Assert (base_indexunit_support_points[i] = base_element(base).unit_support_points[base_index]; - }; + } } @@ -2157,7 +2157,7 @@ FESystem::get_constant_modes () const std::vector components; for (unsigned int i=0; i, std::vector > + const std::pair, std::vector > base_table = base_elements[i].first->get_constant_modes(); AssertDimension(base_table.first.n_rows(), base_table.second.size()); const unsigned int element_multiplicity = this->element_multiplicity(i);