From: Rene Gassmoeller Date: Tue, 25 Aug 2020 22:32:50 +0000 (-0400) Subject: Unify behavior when inserting particles X-Git-Tag: v9.3.0-rc1~1162^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67f015de195bf77f313d7770b63bd4b465e86ad5;p=dealii.git Unify behavior when inserting particles --- 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); } }