From: Daniel Arndt Date: Wed, 29 Dec 2021 22:26:31 +0000 (-0500) Subject: Change type of line_orientation in standard_vs_true_line_orientation X-Git-Tag: v9.4.0-rc1~670^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13150%2Fhead;p=dealii.git Change type of line_orientation in standard_vs_true_line_orientation --- diff --git a/include/deal.II/grid/tria_accessor.templates.h b/include/deal.II/grid/tria_accessor.templates.h index 7a11b7c353..70ad55af02 100644 --- a/include/deal.II/grid/tria_accessor.templates.h +++ b/include/deal.II/grid/tria_accessor.templates.h @@ -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( - accessor.quad(quad_index) - ->line_orientation(line_within_face_index))); + accessor.quad(quad_index)->line_orientation(line_within_face_index)); }