From: Luca Heltai Date: Wed, 24 Jun 2020 09:04:06 +0000 (+0200) Subject: Removed warning. X-Git-Tag: v9.3.0-rc1~1382^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0f3f578de97dde3e5a6bf1896ab03ceee27724e;p=dealii.git Removed warning. --- 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;