Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fweik committed Dec 8, 2018
1 parent 0e0a4ff commit 9619172
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/core/particle_data.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -884,10 +884,6 @@ void local_remove_particle(int part) {
std::tie(cell, n) = find_particle(p, local_cells);
}

if (not cell) {
std::tie(cell, n) = find_particle(p, ghost_cells);
}

assert(cell);

Particle p_destroy = extract_indexed_particle(cell, n);
Expand Down

0 comments on commit 9619172

Please sign in to comment.