From a0f3f578de97dde3e5a6bf1896ab03ceee27724e Mon Sep 17 00:00:00 2001 From: Luca Heltai Date: Wed, 24 Jun 2020 11:04:06 +0200 Subject: [PATCH] Removed warning. --- tests/meshworker/scratch_data_08.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/meshworker/scratch_data_08.cc b/tests/meshworker/scratch_data_08.cc index 6c2c5260a7..31c6df11c9 100644 --- a/tests/meshworker/scratch_data_08.cc +++ b/tests/meshworker/scratch_data_08.cc @@ -91,8 +91,8 @@ test() UpdateFlags cell_flags = update_values | update_gradients | update_quadrature_points | update_JxW_values; UpdateFlags face_flags = update_values | update_gradients | - update_quadrature_points | - update_face_normal_vectors | update_JxW_values; + update_quadrature_points | update_normal_vectors | + update_JxW_values; // Stabilization for SIPG double gamma = 100; -- 2.39.5