From 456d9acc34f7cb5b9701398329ca1787b9e6b93b Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 5 Apr 2017 15:47:11 -0600 Subject: [PATCH] Minor code cleanups. --- source/fe/fe_system.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); -- 2.39.5