From: Wolfgang Bangerth Date: Mon, 22 Feb 2021 01:44:20 +0000 (-0700) Subject: Adjust tests. X-Git-Tag: v9.3.0-rc1~428^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a857a87530780660dc499a0b5a5e065cb6e2952;p=dealii.git Adjust tests. --- diff --git a/tests/simplex/orientation_02.cc b/tests/simplex/orientation_02.cc index 5a24364fe8..0c14729c78 100644 --- a/tests/simplex/orientation_02.cc +++ b/tests/simplex/orientation_02.cc @@ -97,8 +97,9 @@ test(const unsigned int orientation) for (const auto l : face->line_indices()) { const unsigned int l_ = - internal::ReferenceCell::Tetrahedron().standard_to_real_face_line( - l, face_no, orientation); + ReferenceCells::Tetrahedron.standard_to_real_face_line(l, + face_no, + orientation); std::array a = { {face->line(l_)->vertex_index(0), face->line(l_)->vertex_index(1)}};