]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Update source/particles/particle_handler.cc
authorBruno Blais <blais.bruno@gmail.com>
Sun, 20 Nov 2022 14:38:12 +0000 (06:38 -0800)
committerGitHub <noreply@github.com>
Sun, 20 Nov 2022 14:38:12 +0000 (06:38 -0800)
Co-authored-by: Rene Gassmoeller <rene.gassmoeller@mailbox.org>
source/particles/particle_handler.cc

index 8092da7f1904aa49341312d83515fd91eebeee98..9c360c7b15025746666ff12f213f235e1a565f8e 100644 (file)
@@ -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<unsigned int, std::vector<unsigned int>>
-      coinciding_vertex_groups =
+      &coinciding_vertex_groups =
         triangulation_cache->get_coinciding_vertex_groups();
     const std::map<unsigned int, unsigned int>
-      vertex_to_coinciding_vertex_group =
+      &vertex_to_coinciding_vertex_group =
         triangulation_cache->get_vertex_to_coinciding_vertex_group();
 
     const std::set<types::subdomain_id> ghost_owners =

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.