]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Removed warning.
authorLuca Heltai <luca.heltai@sissa.it>
Wed, 24 Jun 2020 09:04:06 +0000 (11:04 +0200)
committerLuca Heltai <luca.heltai@sissa.it>
Wed, 24 Jun 2020 09:04:06 +0000 (11:04 +0200)
tests/meshworker/scratch_data_08.cc

index 6c2c5260a71635d1e4524952417633b2caa145a5..31c6df11c92b5ec4377053f7bef106ff15884813 100644 (file)
@@ -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;

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.