]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a warning in a test.
authorWolfgang Bangerth <bangerth@colostate.edu>
Sat, 5 Aug 2023 10:12:27 +0000 (04:12 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Sat, 5 Aug 2023 10:12:27 +0000 (04:12 -0600)
tests/grid/grid_generator_plate_with_a_hole_4.cc

index fc798b2fe18ee5fab211b5c2d1560e458f969785..55acd8ecd3ad7a9c70df4f7a6c3fc7bc7fe1b2a1 100644 (file)
@@ -68,7 +68,7 @@ test()
               return std::get<2>(t1) < std::get<2>(t2);
             });
 
-  for (const auto el : boundary_faces)
+  for (const auto el : boundary_faces)
     deallog << "center: " << std::get<0>(el)
             << " boundary id: " << std::get<1>(el)
             << " manifold id: " << std::get<2>(el) << std::endl;

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.