From 457ffaee7b595639e7fc32b19a734b2587f9175a Mon Sep 17 00:00:00 2001 From: Bruno Blais Date: Sun, 20 Nov 2022 06:38:12 -0800 Subject: [PATCH] Update source/particles/particle_handler.cc Co-authored-by: Rene Gassmoeller --- source/particles/particle_handler.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = -- 2.39.5