]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Adjust tests. 11783/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Mon, 22 Feb 2021 01:44:20 +0000 (18:44 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Mon, 22 Feb 2021 01:54:28 +0000 (18:54 -0700)
tests/simplex/orientation_02.cc

index 5a24364fe838193afe0d707eb3ea3fc937a69e11..0c14729c780252f4f293c95c29ab73f274ca5a87 100644 (file)
@@ -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<unsigned int, 2> a = {
         {face->line(l_)->vertex_index(0), face->line(l_)->vertex_index(1)}};

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.