From 9a82c43d751bb3ca6b43713e4184752a07bfc7bc Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 23 Dec 1999 10:59:20 +0000 Subject: [PATCH] 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 --- deal.II/deal.II/source/numerics/matrices.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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