]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Change type of line_orientation in standard_vs_true_line_orientation 13150/head
authorDaniel Arndt <arndtd@ornl.gov>
Wed, 29 Dec 2021 22:26:31 +0000 (17:26 -0500)
committerDaniel Arndt <arndtd@ornl.gov>
Tue, 4 Jan 2022 17:56:29 +0000 (12:56 -0500)
include/deal.II/grid/tria_accessor.templates.h

index 7a11b7c35382636b41a480502776aa62b191684f..70ad55af027e2d7701477dadac4f54f398cfa391 100644 (file)
@@ -845,9 +845,7 @@ namespace internal
         return accessor.reference_cell().standard_vs_true_line_orientation(
           pair[1],
           face_orientation_raw(accessor, quad_index),
-          static_cast<unsigned char>(
-            accessor.quad(quad_index)
-              ->line_orientation(line_within_face_index)));
+          accessor.quad(quad_index)->line_orientation(line_within_face_index));
       }
 
 

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.