From: Wolfgang Bangerth Date: Thu, 23 Dec 1999 10:59:20 +0000 (+0000) Subject: Very stupid idea to write UpdateFlags(0)! Might be that we therefore X-Git-Tag: v8.0.0~21242 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6d9b446f4e36ef787c410556275362e459937cf;p=dealii.git Very stupid idea to write UpdateFlags(0)! Might be that we therefore have introduced upadte_default? git-svn-id: https://svn.dealii.org/trunk@2118 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/numerics/matrices.cc b/deal.II/deal.II/source/numerics/matrices.cc index 40026511fd..3de2be66b8 100644 --- a/deal.II/deal.II/source/numerics/matrices.cc +++ b/deal.II/deal.II/source/numerics/matrices.cc @@ -1021,7 +1021,7 @@ MatrixCreator::create_interpolation_matrix(const FiniteElement &high, Quadrature low_points(support_points, phantom_weights); - FEValues fe(high, low_points, UpdateFlags(0)); + FEValues fe(high, low_points, update_values); for (unsigned int i=0; i