From: Bruno Blais Date: Sun, 20 Nov 2022 14:38:12 +0000 (-0800) Subject: Update source/particles/particle_handler.cc X-Git-Tag: v9.5.0-rc1~830^2~9 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=457ffaee7b595639e7fc32b19a734b2587f9175a;p=dealii.git Update source/particles/particle_handler.cc Co-authored-by: Rene Gassmoeller --- diff --git a/source/particles/particle_handler.cc b/source/particles/particle_handler.cc index 8092da7f19..9c360c7b15 100644 --- a/source/particles/particle_handler.cc +++ b/source/particles/particle_handler.cc @@ -1548,10 +1548,10 @@ namespace Particles // through their coinciding vertices. We gather the information about // the coinciding vertices through the grid cache. const std::map> - coinciding_vertex_groups = + &coinciding_vertex_groups = triangulation_cache->get_coinciding_vertex_groups(); const std::map - vertex_to_coinciding_vertex_group = + &vertex_to_coinciding_vertex_group = triangulation_cache->get_vertex_to_coinciding_vertex_group(); const std::set ghost_owners =