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

index 55acd8ecd3ad7a9c70df4f7a6c3fc7bc7fe1b2a1..af01f8e12b9a4f0d1da6d1abe3fe59e06e9b5a2f 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.