From: Wolfgang Bangerth Date: Thu, 6 Oct 2016 02:56:09 +0000 (-0600) Subject: Remove more update flags that are not needed. X-Git-Tag: v8.5.0-rc1~590^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4488df0a23cb3301cecc27bad0e06a9a82a272ae;p=dealii.git Remove more update flags that are not needed. --- diff --git a/tests/manifold/spherical_manifold_02.cc b/tests/manifold/spherical_manifold_02.cc index c0ae0f3572..7efceef6d7 100644 --- a/tests/manifold/spherical_manifold_02.cc +++ b/tests/manifold/spherical_manifold_02.cc @@ -123,7 +123,6 @@ void test (MappingEnum::type mapping_name, unsigned int refinements=1) } FEValues<2,3> fe_values (*mapping, fe, cell_quadrature, - update_values | update_JxW_values); const unsigned int n_q_points = cell_quadrature.size(); diff --git a/tests/manifold/spherical_manifold_04.cc b/tests/manifold/spherical_manifold_04.cc index 3075eaace3..c4f845f41e 100644 --- a/tests/manifold/spherical_manifold_04.cc +++ b/tests/manifold/spherical_manifold_04.cc @@ -69,7 +69,6 @@ void test (const double R) MappingQ mapping(fe_degree); FEValues fe_values (mapping, fe, quadrature_formula, - update_quadrature_points | update_JxW_values); DoFHandler::active_cell_iterator