Skip to content

Commit

Permalink
Fix merge regression
Browse files Browse the repository at this point in the history
  • Loading branch information
jngrad committed Dec 6, 2023
1 parent 75ae0d3 commit 553aff6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/system/System.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,9 @@ void System::on_particle_charge_change() {

void System::update_dependent_particles() {
#ifdef VIRTUAL_SITES
#ifdef VIRTUAL_SITES_RELATIVE
vs_relative_update_particles(*cell_structure);
#endif
cell_structure->update_ghosts_and_resort_particle(global_ghost_flags());
#endif

Expand Down

0 comments on commit 553aff6

Please sign in to comment.