From 0a857a87530780660dc499a0b5a5e065cb6e2952 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 21 Feb 2021 18:44:20 -0700 Subject: [PATCH] Adjust tests. --- tests/simplex/orientation_02.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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)}}; -- 2.39.5