From 67f015de195bf77f313d7770b63bd4b465e86ad5 Mon Sep 17 00:00:00 2001 From: Rene Gassmoeller Date: Tue, 25 Aug 2020 18:32:50 -0400 Subject: [PATCH] Unify behavior when inserting particles --- source/particles/particle_handler.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/particles/particle_handler.cc b/source/particles/particle_handler.cc index b609d26b87..82bb47b994 100644 --- a/source/particles/particle_handler.cc +++ b/source/particles/particle_handler.cc @@ -480,6 +480,8 @@ namespace Particles local_positions[i][p], local_start_index + index_map[i][p]))); + + hint->second.set_property_pool(*property_pool); } } -- 2.39.5