]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove auto form test mpi_noncontiguous_partitioner_02.cc 9634/head
authorPeter Munch <peterrmuench@gmail.com>
Sat, 7 Mar 2020 16:12:20 +0000 (17:12 +0100)
committerPeter Munch <peterrmuench@gmail.com>
Sat, 7 Mar 2020 16:12:20 +0000 (17:12 +0100)
tests/base/mpi_noncontiguous_partitioner_02.cc

index bc36dcadb49f62b41aeaba81d9952a259cdd45ee..44d3bdb942bfbca46598b283f02ce8a6d344bb27 100644 (file)
@@ -65,7 +65,7 @@ test(const MPI_Comm &comm, const bool do_revert, const unsigned int dir)
 
   std::vector<types::global_dof_index> indices_has, indices_want;
 
-  auto norm_point_to_lex = [&](const auto c) {
+  auto norm_point_to_lex = [&](const Point<dim> &c) {
     // convert normalized point [0, 1] to lex
     if (dim == 2)
       return std::floor(c[0]) + n_cells_1D * std::floor(c[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.