]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a missing mapping argument 10300/head
authorRene Gassmoeller <rene.gassmoeller@mailbox.org>
Thu, 21 May 2020 23:50:37 +0000 (16:50 -0700)
committerRene Gassmoeller <rene.gassmoeller@mailbox.org>
Fri, 22 May 2020 14:02:46 +0000 (07:02 -0700)
source/grid/grid_tools.cc

index ce8fb651a4ca1c67e203306bfd3d6c8460be797b..1a6e15bd09fe2eba28ed2f2a54eed88ccaf76899 100644 (file)
@@ -1638,8 +1638,8 @@ namespace GridTools
               }
             else
               {
-                closest_vertex_index =
-                  GridTools::find_closest_vertex(mesh, p, marked_vertices);
+                closest_vertex_index = GridTools::find_closest_vertex(
+                  mapping, mesh, p, marked_vertices);
               }
             vertex_to_point = p - mesh.get_vertices()[closest_vertex_index];
           }

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.